File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -501,22 +501,22 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
501
501
version of Rust: {}",
502
502
package_vers. join( ", " )
503
503
) ) ) ;
504
- }
505
- if bcx. build_config . future_incompat_report {
506
- if !suggestion_message. is_empty ( ) {
507
- drop ( bcx. gctx . shell ( ) . note ( & suggestion_message) ) ;
508
- }
509
- drop ( bcx. gctx . shell ( ) . note ( & format ! (
510
- "this report can be shown with `cargo report \
504
+ if bcx. build_config . future_incompat_report {
505
+ if !suggestion_message. is_empty ( ) {
506
+ drop ( bcx. gctx . shell ( ) . note ( & suggestion_message) ) ;
507
+ }
508
+ drop ( bcx. gctx . shell ( ) . note ( & format ! (
509
+ "this report can be shown with `cargo report \
511
510
future-incompatibilities --id {}`",
512
- saved_report_id
513
- ) ) ) ;
514
- } else if should_display_message {
515
- drop ( bcx. gctx . shell ( ) . note ( & format ! (
516
- "to see what the problems were, use the option \
511
+ saved_report_id
512
+ ) ) ) ;
513
+ } else if should_display_message {
514
+ drop ( bcx. gctx . shell ( ) . note ( & format ! (
515
+ "to see what the problems were, use the option \
517
516
`--future-incompat-report`, or run `cargo report \
518
517
future-incompatibilities --id {}`",
519
- saved_report_id
520
- ) ) ) ;
518
+ saved_report_id
519
+ ) ) ) ;
520
+ }
521
521
}
522
522
}
You can’t perform that action at this time.
0 commit comments