@@ -26,7 +26,7 @@ use crate::attributes::codegen_attrs::{
26
26
use crate :: attributes:: confusables:: ConfusablesParser ;
27
27
use crate :: attributes:: crate_level:: {
28
28
CrateNameParser , MoveSizeLimitParser , NoCoreParser , NoStdParser , PatternComplexityLimitParser ,
29
- RecursionLimitParser , TypeLengthLimitParser ,
29
+ RecursionLimitParser , RustcCoherenceIsCoreParser , TypeLengthLimitParser ,
30
30
} ;
31
31
use crate :: attributes:: deprecation:: DeprecationParser ;
32
32
use crate :: attributes:: dummy:: DummyParser ;
@@ -61,10 +61,10 @@ use crate::attributes::stability::{
61
61
} ;
62
62
use crate :: attributes:: test_attrs:: { IgnoreParser , ShouldPanicParser } ;
63
63
use crate :: attributes:: traits:: {
64
- AllowIncoherentImplParser , CoherenceIsCoreParser , CoinductiveParser , ConstTraitParser ,
65
- DenyExplicitImplParser , DoNotImplementViaObjectParser , FundamentalParser , MarkerParser ,
66
- ParenSugarParser , PointeeParser , SkipDuringMethodDispatchParser , SpecializationTraitParser ,
67
- TypeConstParser , UnsafeSpecializationMarkerParser ,
64
+ AllowIncoherentImplParser , CoinductiveParser , ConstTraitParser , DenyExplicitImplParser ,
65
+ DoNotImplementViaObjectParser , FundamentalParser , MarkerParser , ParenSugarParser ,
66
+ PointeeParser , SkipDuringMethodDispatchParser , SpecializationTraitParser , TypeConstParser ,
67
+ UnsafeSpecializationMarkerParser ,
68
68
} ;
69
69
use crate :: attributes:: transparency:: TransparencyParser ;
70
70
use crate :: attributes:: { AttributeParser as _, Combine , Single , WithoutArgs } ;
@@ -206,7 +206,6 @@ attribute_parsers!(
206
206
Single <WithoutArgs <AllowInternalUnsafeParser >>,
207
207
Single <WithoutArgs <AsPtrParser >>,
208
208
Single <WithoutArgs <AutomaticallyDerivedParser >>,
209
- Single <WithoutArgs <CoherenceIsCoreParser >>,
210
209
Single <WithoutArgs <CoinductiveParser >>,
211
210
Single <WithoutArgs <ColdParser >>,
212
211
Single <WithoutArgs <ConstContinueParser >>,
@@ -234,6 +233,7 @@ attribute_parsers!(
234
233
Single <WithoutArgs <ProcMacroAttributeParser >>,
235
234
Single <WithoutArgs <ProcMacroParser >>,
236
235
Single <WithoutArgs <PubTransparentParser >>,
236
+ Single <WithoutArgs <RustcCoherenceIsCoreParser >>,
237
237
Single <WithoutArgs <SpecializationTraitParser >>,
238
238
Single <WithoutArgs <StdInternalSymbolParser >>,
239
239
Single <WithoutArgs <TrackCallerParser >>,
0 commit comments