@@ -40,8 +40,9 @@ use crate::attributes::dummy::DummyParser;
4040use crate :: attributes:: inline:: { InlineParser , RustcForceInlineParser } ;
4141use crate :: attributes:: instruction_set:: InstructionSetParser ;
4242use crate :: attributes:: link_attrs:: {
43- ExportStableParser , FfiConstParser , FfiPureParser , LinkNameParser , LinkOrdinalParser ,
44- LinkParser , LinkSectionParser , LinkageParser , NeedsAllocatorParser , StdInternalSymbolParser ,
43+ CompilerBuiltinsParser , ExportStableParser , FfiConstParser , FfiPureParser , LinkNameParser ,
44+ LinkOrdinalParser , LinkParser , LinkSectionParser , LinkageParser , NeedsAllocatorParser ,
45+ StdInternalSymbolParser ,
4546} ;
4647use crate :: attributes:: lint_helpers:: {
4748 AsPtrParser , AutomaticallyDerivedParser , PassByValueParser , PubTransparentParser ,
@@ -250,6 +251,7 @@ attribute_parsers!(
250251 Single <WithoutArgs <AutomaticallyDerivedParser >>,
251252 Single <WithoutArgs <CoinductiveParser >>,
252253 Single <WithoutArgs <ColdParser >>,
254+ Single <WithoutArgs <CompilerBuiltinsParser >>,
253255 Single <WithoutArgs <ConstContinueParser >>,
254256 Single <WithoutArgs <ConstStabilityIndirectParser >>,
255257 Single <WithoutArgs <CoroutineParser >>,
0 commit comments