File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1088,13 +1088,13 @@ impl<'a> Builder<'a> {
1088
1088
1089
1089
if self . config . deny_warnings {
1090
1090
rustflags. arg ( "-Dwarnings" ) ;
1091
+ }
1091
1092
1092
- // FIXME(#58633) hide "unused attribute" errors in incremental
1093
- // builds of the standard library, as the underlying checks are
1094
- // not yet properly integrated with incremental recompilation.
1095
- if mode == Mode :: Std && compiler. stage == 0 && self . config . incremental {
1096
- rustflags. arg ( "-Aunused-attributes" ) ;
1097
- }
1093
+ // FIXME(#58633) hide "unused attribute" errors in incremental
1094
+ // builds of the standard library, as the underlying checks are
1095
+ // not yet properly integrated with incremental recompilation.
1096
+ if mode == Mode :: Std && compiler. stage == 0 && self . config . incremental {
1097
+ rustflags. arg ( "-Aunused-attributes" ) ;
1098
1098
}
1099
1099
}
1100
1100
You can’t perform that action at this time.
0 commit comments