forked from mirrors/gecko-dev
		
	 0822921f3b
			
		
	
	
		0822921f3b
		
	
	
	
	
		
			
			--HG-- rename : third_party/rust/rayon/tests/compile-fail-unstable/scope_join_bad.rs => third_party/rust/rayon/tests/compile-fail/scope_join_bad.rs rename : third_party/rust/rayon/tests/run-pass-unstable/scope_join.rs => third_party/rust/rayon/tests/run-pass/scope_join.rs
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			278 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			278 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // We need a build script to use `link = "rayon-core"`.  But we're not
 | |
| // *actually* linking to anything, just making sure that we're the only
 | |
| // rayon-core in use.
 | |
| fn main() {
 | |
|     // we don't need to rebuild for anything else
 | |
|     println!("cargo:rerun-if-changed=build.rs");
 | |
| }
 |