Skip to content

Commit

Permalink
Auto merge of #10185 - Aaron1011:future-incompat-cleanup, r=ehuss
Browse files Browse the repository at this point in the history
Remove `-Z future-incompat-report` from message displayed to user

This was missed during stabilization
  • Loading branch information
bors committed Dec 10, 2021
2 parents 40dc281 + 2a43df6 commit 6d75259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/compiler/future_incompat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
drop(bcx.config.shell().note(&suggestion_message));
drop(bcx.config.shell().note(&format!(
"this report can be shown with `cargo report \
future-incompatibilities -Z future-incompat-report --id {}`",
future-incompatibilities --id {}`",
report_id
)));
} else if should_display_message {
Expand Down

0 comments on commit 6d75259

Please sign in to comment.