We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716101c commit e62e1d4Copy full SHA for e62e1d4
compiler/rustc_codegen_cranelift/build_system/tests.rs
@@ -465,7 +465,8 @@ impl TestRunner {
465
out_dir.push("out");
466
467
let is_native = host_triple == target_triple;
468
- let jit_supported = target_triple.contains("x86_64") && is_native && !host_triple.contains("windows");
+ let jit_supported =
469
+ target_triple.contains("x86_64") && is_native && !host_triple.contains("windows");
470
471
let mut rust_flags = env::var("RUSTFLAGS").ok().unwrap_or("".to_string());
472
let mut run_wrapper = Vec::new();
0 commit comments