@@ -62,12 +62,12 @@ use crate::attributes::proc_macro_attrs::{
6262use crate :: attributes:: prototype:: CustomMirParser ;
6363use crate :: attributes:: repr:: { AlignParser , AlignStaticParser , ReprParser } ;
6464use crate :: attributes:: rustc_internal:: {
65- RustcLayoutScalarValidRangeEndParser , RustcLayoutScalarValidRangeStartParser ,
66- RustcLegacyConstGenericsParser , RustcLintDiagnosticsParser , RustcLintOptDenyFieldAccessParser ,
67- RustcLintOptTyParser , RustcLintQueryInstabilityParser ,
68- RustcLintUntrackedQueryInformationParser , RustcMainParser , RustcMustImplementOneOfParser ,
69- RustcNeverReturnsNullPointerParser , RustcNoImplicitAutorefsParser ,
70- RustcObjectLifetimeDefaultParser , RustcScalableVectorParser ,
65+ RustcHasIncoherentInherentImplsParser , RustcLayoutScalarValidRangeEndParser ,
66+ RustcLayoutScalarValidRangeStartParser , RustcLegacyConstGenericsParser ,
67+ RustcLintDiagnosticsParser , RustcLintOptDenyFieldAccessParser , RustcLintOptTyParser ,
68+ RustcLintQueryInstabilityParser , RustcLintUntrackedQueryInformationParser , RustcMainParser ,
69+ RustcMustImplementOneOfParser , RustcNeverReturnsNullPointerParser ,
70+ RustcNoImplicitAutorefsParser , RustcObjectLifetimeDefaultParser , RustcScalableVectorParser ,
7171 RustcSimdMonomorphizeLaneLimitParser ,
7272} ;
7373use crate :: attributes:: semantics:: MayDangleParser ;
@@ -264,6 +264,7 @@ attribute_parsers!(
264264 Single <WithoutArgs <ProcMacroParser >>,
265265 Single <WithoutArgs <PubTransparentParser >>,
266266 Single <WithoutArgs <RustcCoherenceIsCoreParser >>,
267+ Single <WithoutArgs <RustcHasIncoherentInherentImplsParser >>,
267268 Single <WithoutArgs <RustcLintDiagnosticsParser >>,
268269 Single <WithoutArgs <RustcLintOptTyParser >>,
269270 Single <WithoutArgs <RustcLintQueryInstabilityParser >>,
0 commit comments