mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			297 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			297 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ has deprecated_future/index.html '//*[@class="stab deprecated"]' \
 | |
| //      'Deprecated'
 | |
| //@ has deprecated_future/struct.S.html '//*[@class="stab deprecated"]' \
 | |
| //      'Deprecated since 99.99.99: effectively never'
 | |
| #[deprecated(since = "99.99.99", note = "effectively never")]
 | |
| pub struct S;
 | 
