File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -176,10 +176,12 @@ pub fn exec(config: &mut Config, args: &ArgMatches) -> CliResult {
176
176
}
177
177
178
178
let unstable_gc = |opt| {
179
- // TODO: issue number
180
- config
181
- . cli_unstable ( )
182
- . fail_if_stable_opt_custom_z ( opt, 0 , "gc" , config. cli_unstable ( ) . gc )
179
+ config. cli_unstable ( ) . fail_if_stable_opt_custom_z (
180
+ opt,
181
+ 12633 ,
182
+ "gc" ,
183
+ config. cli_unstable ( ) . gc ,
184
+ )
183
185
} ;
184
186
let unstable_cache_opt = |opt| -> CargoResult < Option < & str > > {
185
187
let arg = args. get_one :: < String > ( opt) . map ( String :: as_str) ;
Original file line number Diff line number Diff line change @@ -685,7 +685,7 @@ fn clean_dry_run_gated() {
685
685
. with_stderr ( "\
686
686
error: the `dry-run` flag is unstable, and only available on the nightly channel of Cargo, but this is the `stable` channel
687
687
See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
688
- See https://github.com/rust-lang/cargo/issues/0 for more information about the `dry-run` flag.
688
+ See https://github.com/rust-lang/cargo/issues/12633 for more information about the `dry-run` flag.
689
689
" )
690
690
. run ( ) ;
691
691
}
You can’t perform that action at this time.
0 commit comments