We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4336be commit 704358eCopy full SHA for 704358e
tests/compiletests/src/main.rs
@@ -151,6 +151,8 @@ impl Runner {
151
format!("{}-{}", env, variation.name)
152
};
153
154
+ println!("Testing env: {}\n", stage_id);
155
+
156
let target = format!("{SPIRV_TARGET_PREFIX}{env}");
157
let libs = build_deps(&self.deps_target_dir, &self.codegen_backend_path, &target);
158
let mut flags = test_rustc_flags(&self.codegen_backend_path, &libs, &[
0 commit comments