mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			132 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			132 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| #![feature(cfg_target_thread_local)]
 | |
| 
 | |
| #[cfg(not(any(target_os = "emscripten", target_os = "wasi")))]
 | |
| mod tests;
 | |
| 
 | |
| mod dynamic_tests;
 | 
