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.
-Z future-incompat-report
1 parent 40dc281 commit 2a43df6Copy full SHA for 2a43df6
src/cargo/core/compiler/future_incompat.rs
@@ -439,7 +439,7 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
439
drop(bcx.config.shell().note(&suggestion_message));
440
drop(bcx.config.shell().note(&format!(
441
"this report can be shown with `cargo report \
442
- future-incompatibilities -Z future-incompat-report --id {}`",
+ future-incompatibilities --id {}`",
443
report_id
444
)));
445
} else if should_display_message {
0 commit comments