mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			258 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			258 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| #[doc(include = "external-cross-doc.md")]
 | |
| //~^ ERROR unknown `doc` attribute `include`
 | |
| //~| HELP use `doc = include_str!` instead
 | |
| // FIXME(#85497): make this a deny instead so it's more clear what's happening
 | |
| //~| NOTE on by default
 | |
| pub struct NeedMoreDocs;
 | 
