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 a6c5b11 commit 7d1c942Copy full SHA for 7d1c942
collector/src/rustc-fake.rs
@@ -15,6 +15,7 @@ fn determinism_env(cmd: &mut Command) {
15
// comparing two commits has a source of noise that makes it harder to know
16
// what the actual change between two artifacts is.
17
cmd.env("RUSTC_FORCE_INCR_COMP_ARTIFACT_HEADER", "rustc-perf");
18
+ cmd.env("RUSTC_FORCE_RUSTC_VERSION", "rustc-perf");
19
}
20
21
fn main() {
0 commit comments