Skip to content

Commit f13481b

Browse files
committed
include --edition in the compiletest stamp
1 parent 73deb96 commit f13481b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)