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.
2 parents 40dc281 + 2a43df6 commit 6d75259Copy full SHA for 6d75259
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