mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			195 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			195 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // This test checks that it will not output warning for usage of `standalone` or `standalone_crate`.
 | |
| //@ check-pass
 | |
| 
 | |
| //! ```standalone
 | |
| //! bla
 | |
| //! ```
 | |
| //!
 | |
| //! ```standalone-crate
 | |
| //! bla
 | |
| //! ```
 | 
