Skip to content

Commit 6d75259

Browse files
committed
Auto merge of #10185 - Aaron1011:future-incompat-cleanup, r=ehuss
Remove `-Z future-incompat-report` from message displayed to user This was missed during stabilization
2 parents 40dc281 + 2a43df6 commit 6d75259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/future_incompat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
439439
drop(bcx.config.shell().note(&suggestion_message));
440440
drop(bcx.config.shell().note(&format!(
441441
"this report can be shown with `cargo report \
442-
future-incompatibilities -Z future-incompat-report --id {}`",
442+
future-incompatibilities --id {}`",
443443
report_id
444444
)));
445445
} else if should_display_message {

0 commit comments

Comments
 (0)