@@ -45,8 +45,8 @@ use crate::attributes::stability::{
45
45
use crate :: attributes:: test_attrs:: IgnoreParser ;
46
46
use crate :: attributes:: traits:: {
47
47
CoinductiveParser , ConstTraitParser , DenyExplicitImplParser , DoNotImplementViaObjectParser ,
48
- FundamentalParser , MarkerParser , SkipDuringMethodDispatchParser , SpecializationTraitParser ,
49
- TypeConstParser , UnsafeSpecializationMarkerParser ,
48
+ FundamentalParser , MarkerParser , ParenSugarParser , SkipDuringMethodDispatchParser ,
49
+ SpecializationTraitParser , TypeConstParser , UnsafeSpecializationMarkerParser ,
50
50
} ;
51
51
use crate :: attributes:: transparency:: TransparencyParser ;
52
52
use crate :: attributes:: { AttributeParser as _, Combine , Single , WithoutArgs } ;
@@ -168,6 +168,7 @@ attribute_parsers!(
168
168
Single <WithoutArgs <NoImplicitPreludeParser >>,
169
169
Single <WithoutArgs <NoMangleParser >>,
170
170
Single <WithoutArgs <NonExhaustiveParser >>,
171
+ Single <WithoutArgs <ParenSugarParser >>,
171
172
Single <WithoutArgs <PassByValueParser >>,
172
173
Single <WithoutArgs <PubTransparentParser >>,
173
174
Single <WithoutArgs <SpecializationTraitParser >>,
0 commit comments