mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			236 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			236 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ edition:2018
 | |
| 
 | |
| // ICE when rustdoc encountered a use statement of a non-macro attribute (see #58054)
 | |
| 
 | |
| //@ has use_attr/index.html
 | |
| //@ has - '//code' 'pub use proc_macro_attribute'
 | |
| pub use proc_macro_attribute;
 | |
| use proc_macro_derive;
 | 
