Skip to content

Commit 9cf6e8c

Browse files
committed
include --edition in the compiletest stamp
1 parent 2638e4e commit 9cf6e8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/tools/compiletest/src/runtest.rs

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ pub fn compute_stamp_hash(config: &Config) -> String {
177177
let mut hash = DefaultHasher::new();
178178
config.stage_id.hash(&mut hash);
179179
config.run.hash(&mut hash);
180+
config.edition.hash(&mut hash);
180181

181182
match config.debugger {
182183
Some(Debugger::Cdb) => {

0 commit comments

Comments
 (0)