You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/2023-04-20-Rust-1.69.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Starting from Rust 1.69.0, Cargo will suggest running `cargo fix` or `cargo clip
31
31
32
32
To improve compilation speed, Cargo now avoids emitting debug information in build scripts by default. There will be no visible effect when build scripts execute successfully, but backtraces in build scripts will contain less information.
33
33
34
-
If you need to debug a buggy build script, you can add this snippet to your `Cargo.toml` to emit debug information again:
34
+
If you want to debug a build script, you can add this snippet to your `Cargo.toml` to emit debug information again:
0 commit comments