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 2638e4e commit 9cf6e8cCopy full SHA for 9cf6e8c
src/tools/compiletest/src/runtest.rs
@@ -177,6 +177,7 @@ pub fn compute_stamp_hash(config: &Config) -> String {
177
let mut hash = DefaultHasher::new();
178
config.stage_id.hash(&mut hash);
179
config.run.hash(&mut hash);
180
+ config.edition.hash(&mut hash);
181
182
match config.debugger {
183
Some(Debugger::Cdb) => {
0 commit comments