File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 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> {
10881088
10891089 if self . config . deny_warnings {
10901090 rustflags. arg ( "-Dwarnings" ) ;
1091+ }
10911092
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" ) ;
10981098 }
10991099 }
11001100
You can’t perform that action at this time.
0 commit comments