mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	 d7d6238b23
			
		
	
	
		d7d6238b23
		
	
	
	
	
		
			
			This is consistent with all other diagnostics I could find containing features and enables the use of `DiagSymbolList` for generalizing diagnostics for unstable library features to multiple features.
		
			
				
	
	
		
			3 lines
		
	
	
		
			95 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			95 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| #[cfg_accessible(std)] //~ ERROR use of unstable library feature `cfg_accessible`
 | |
| fn main() {}
 |