We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86134e7 commit 1b70e57Copy full SHA for 1b70e57
src/cargo/core/compiler/fingerprint.rs
@@ -643,7 +643,7 @@ impl Fingerprint {
643
bail!("target configuration has changed")
644
}
645
if self.path != old.path {
646
- bail!("path to the compiler has changed")
+ bail!("path to the source has changed")
647
648
if self.profile != old.profile {
649
bail!("profile configuration has changed")
0 commit comments