mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
   LL|       |#![feature(test)]
 | 
						|
   LL|       |//@ edition: 2021
 | 
						|
   LL|       |//@ compile-flags: --test
 | 
						|
   LL|       |
 | 
						|
   LL|       |extern crate test;
 | 
						|
   LL|       |
 | 
						|
   LL|       |#[bench]
 | 
						|
   LL|      1|fn my_bench(_b: &mut test::Bencher) {}
 | 
						|
 |