We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac79ec commit a76564bCopy full SHA for a76564b
src/cargo/core/compiler/fingerprint/dirty_reason.rs
@@ -168,7 +168,7 @@ impl DirtyReason {
168
DirtyReason::LocalLengthsChanged => {
169
s.dirty_because(unit, "the local lengths changed")?;
170
s.note(
171
- "This could happen because of added/removed `cargo:rerun-if` instructions in the build script",
+ "This could happen because of added/removed `cargo::rerun-if` instructions in the build script",
172
)?;
173
174
Ok(())
0 commit comments