@@ -39,8 +39,8 @@ use crate::attributes::stability::{
39
39
} ;
40
40
use crate :: attributes:: traits:: {
41
41
CoinductiveParser , ConstTraitParser , DenyExplicitImplParser , DoNotImplementViaObjectParser ,
42
- FundamentalParser , MarkerParser , SkipDuringMethodDispatchParser , SpecializationTraitParser ,
43
- TypeConstParser , UnsafeSpecializationMarkerParser ,
42
+ FundamentalParser , MarkerParser , ParenSugarParser , SkipDuringMethodDispatchParser ,
43
+ SpecializationTraitParser , TypeConstParser , UnsafeSpecializationMarkerParser ,
44
44
} ;
45
45
use crate :: attributes:: transparency:: TransparencyParser ;
46
46
use crate :: attributes:: { AttributeParser as _, Combine , Single , WithoutArgs } ;
@@ -156,6 +156,7 @@ attribute_parsers!(
156
156
Single <WithoutArgs <NoImplicitPreludeParser >>,
157
157
Single <WithoutArgs <NoMangleParser >>,
158
158
Single <WithoutArgs <NonExhaustiveParser >>,
159
+ Single <WithoutArgs <ParenSugarParser >>,
159
160
Single <WithoutArgs <PassByValueParser >>,
160
161
Single <WithoutArgs <PubTransparentParser >>,
161
162
Single <WithoutArgs <SpecializationTraitParser >>,
0 commit comments