@@ -16,8 +16,8 @@ use rustc_span::{DUMMY_SP, ErrorGuaranteed, Span, Symbol, sym};
16
16
17
17
use crate :: attributes:: allow_unstable:: { AllowConstFnUnstableParser , AllowInternalUnstableParser } ;
18
18
use crate :: attributes:: codegen_attrs:: {
19
- ColdParser , ExportNameParser , NakedParser , NoMangleParser , OptimizeParser , TargetFeatureParser ,
20
- TrackCallerParser , UsedParser ,
19
+ ColdParser , ExportNameParser , NakedParser , NoMangleParser , OmitGdbPrettyPrinterSectionParser ,
20
+ OptimizeParser , TargetFeatureParser , TrackCallerParser , UsedParser ,
21
21
} ;
22
22
use crate :: attributes:: confusables:: ConfusablesParser ;
23
23
use crate :: attributes:: deprecation:: DeprecationParser ;
@@ -171,6 +171,7 @@ attribute_parsers!(
171
171
Single <WithoutArgs <NoImplicitPreludeParser >>,
172
172
Single <WithoutArgs <NoMangleParser >>,
173
173
Single <WithoutArgs <NonExhaustiveParser >>,
174
+ Single <WithoutArgs <OmitGdbPrettyPrinterSectionParser >>,
174
175
Single <WithoutArgs <ParenSugarParser >>,
175
176
Single <WithoutArgs <PassByValueParser >>,
176
177
Single <WithoutArgs <PubTransparentParser >>,
0 commit comments