Skip to content

Commit 31fc7f9

Browse files
badboyemilio
authored andcommitted
Rename -Zparse-only
This was changed in rust-lang/rust#133590
1 parent bd78bbe commit 31fc7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindgen/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ impl fmt::Display for Error {
5757
if !src_path.is_empty() {
5858
write!(
5959
f,
60-
"\nTry running `rustc -Z parse-only {}` to see a nicer error message",
60+
"\nTry running `rustc -Z parse-crate-root-only {}` to see a nicer error message",
6161
src_path,
6262
)?
6363
}

0 commit comments

Comments
 (0)