mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			246 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			246 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ aux-crate:attributes=attributes.rs
 | |
| //@ edition:2021
 | |
| #![crate_name = "user"]
 | |
| 
 | |
| //@ has 'user/struct.NonExhaustive.html'
 | |
| //@ has - '//*[@class="rust item-decl"]//*[@class="code-attribute"]' '#[non_exhaustive]'
 | |
| pub use attributes::NonExhaustive;
 | 
