mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			333 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			333 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ 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"
 | |
| //@ check-pass
 | |
| 
 | |
| /// ```
 | |
| /// #![deprecated(since = "5.2", note = "foo was rarely used. \
 | |
| ///    Users should instead use bar")]
 | |
| /// ```
 | |
| pub fn f() {}
 | 
