Skip to content

Commit 1b70e57

Browse files
authored
Fix debug message.
The [path] field of [Fingerprint] contains the "Hash of the path to the base source file".
1 parent 86134e7 commit 1b70e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/fingerprint.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ impl Fingerprint {
643643
bail!("target configuration has changed")
644644
}
645645
if self.path != old.path {
646-
bail!("path to the compiler has changed")
646+
bail!("path to the source has changed")
647647
}
648648
if self.profile != old.profile {
649649
bail!("profile configuration has changed")

0 commit comments

Comments
 (0)