include --edition in the compiletest stamp
This commit is contained in:
parent
2638e4e8b2
commit
9cf6e8cbf6
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ pub fn compute_stamp_hash(config: &Config) -> String {
|
|||
let mut hash = DefaultHasher::new();
|
||||
config.stage_id.hash(&mut hash);
|
||||
config.run.hash(&mut hash);
|
||||
config.edition.hash(&mut hash);
|
||||
|
||||
match config.debugger {
|
||||
Some(Debugger::Cdb) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue