mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			163 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			163 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ compile-flags: --test
 | |
| //@ check-test-line-numbers-match
 | |
| 
 | |
| /// This looks like another awesome test!
 | |
| ///
 | |
| /// ```
 | |
| /// println!("foo?");
 | |
| /// ```
 | |
| pub fn foooo() {}
 | 
