We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd78bbe commit 31fc7f9Copy full SHA for 31fc7f9
src/bindgen/error.rs
@@ -57,7 +57,7 @@ impl fmt::Display for Error {
57
if !src_path.is_empty() {
58
write!(
59
f,
60
- "\nTry running `rustc -Z parse-only {}` to see a nicer error message",
+ "\nTry running `rustc -Z parse-crate-root-only {}` to see a nicer error message",
61
src_path,
62
)?
63
}
0 commit comments