mirror of
				https://git.proxmox.com/git/rustc
				synced 2025-11-04 12:36:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			164 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			164 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// compile-flags:--test
 | 
						|
 | 
						|
#![doc(test(attr(feature(staged_api))))]
 | 
						|
 | 
						|
/// ```
 | 
						|
/// #![unstable(feature="test", issue="18199")]
 | 
						|
/// fn main() {}
 | 
						|
/// ```
 | 
						|
pub fn foo() {}
 |