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