Finalize attribute grammar
This commit is contained in:
@@ -182,10 +182,7 @@ Visibility =
|
||||
')')?
|
||||
|
||||
Attr =
|
||||
'#' '!'? '[' Path ('=' input:AttrInput)? ']'
|
||||
|
||||
AttrInput =
|
||||
Literal | TokenTree
|
||||
'#' '!'? '[' Path ('=' Literal | TokenTree)? ']'
|
||||
|
||||
ParenType =
|
||||
'(' TypeRef ')'
|
||||
|
||||
Reference in New Issue
Block a user