1
Fork 0

include --edition in the compiletest stamp

This commit is contained in:
Pietro Albini 2025-04-08 15:41:26 +02:00
parent 2638e4e8b2
commit 9cf6e8cbf6
No known key found for this signature in database
GPG key ID: CD76B35F7734769E

View file

@ -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) => {