Skip to content

Commit

Permalink
Add future-incompat tracking issue number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Mar 5, 2021
1 parent 9ea3503 commit 139ed73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/util/command_prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ pub trait ArgMatchesExt {
config
.cli_unstable()
// TODO: Tracking issue
.fail_if_stable_opt("--future-incompat-report", 0)?;
.fail_if_stable_opt("--future-incompat-report", 9241)?;

if !config.cli_unstable().enable_future_incompat_feature {
anyhow::bail!(
Expand Down

0 comments on commit 139ed73

Please sign in to comment.