mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			334 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			334 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ edition:2024
 | |
| //@ compile-flags:--test --test-args=--test-threads=1
 | |
| //@ normalize-stdout: "tests/rustdoc-ui/doctest" -> "$$DIR"
 | |
| //@ normalize-stdout: "finished in \d+\.\d+s" -> "finished in $$TIME"
 | |
| //@ failure-status: 101
 | |
| 
 | |
| // https://github.com/rust-lang/rust/issues/130470
 | |
| #![doc = include_str!("doctest-output-include-fail.md")]
 | 
