-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-incr-compArea: Incremental compilationArea: Incremental compilation
Milestone
Description
The following test, when added to the incremental
test suite, fails:
// revisions:rpass1 rpass2
#![feature(rustc_attrs)]
#![rustc_partition_reused(module="println", cfg="rpass2")]
fn main() {
println!("hello world");
}
Something causes the hash for main
to be different in the two revisions.
Metadata
Metadata
Assignees
Labels
A-incr-compArea: Incremental compilationArea: Incremental compilation