Skip to content

Commit

Permalink
Fix debug message.
Browse files Browse the repository at this point in the history
The [path] field of [Fingerprint] contains the "Hash of the path to the base source file".
  • Loading branch information
iu0zjp2 authored Dec 28, 2019
1 parent 86134e7 commit 1b70e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/compiler/fingerprint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ impl Fingerprint {
bail!("target configuration has changed")
}
if self.path != old.path {
bail!("path to the compiler has changed")
bail!("path to the source has changed")
}
if self.profile != old.profile {
bail!("profile configuration has changed")
Expand Down

0 comments on commit 1b70e57

Please sign in to comment.