mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 15:05:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			296 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			296 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// compile-flags:--test
 | 
						|
// normalize-stdout-test: "tests/rustdoc-ui" -> "$$DIR"
 | 
						|
// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
 | 
						|
// check-pass
 | 
						|
 | 
						|
/// ```
 | 
						|
/// # #![cfg_attr(not(dox), deny(missing_abi,
 | 
						|
/// # non_ascii_idents))]
 | 
						|
///
 | 
						|
/// pub struct Bar;
 | 
						|
/// ```
 | 
						|
pub struct Bar;
 |