mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-23 16:00:10 +00:00
Update Group attrs snapshot
This commit is contained in:
parent
be29b2585b
commit
aa6052b0ad
@ -86,27 +86,31 @@ fn test_macro_variable_func() {
|
||||
},
|
||||
tokens: ``,
|
||||
},
|
||||
Attribute {
|
||||
style: Outer,
|
||||
],
|
||||
func: Expr::Group {
|
||||
expr: Expr::Path {
|
||||
attrs: [
|
||||
Attribute {
|
||||
style: Outer,
|
||||
path: Path {
|
||||
segments: [
|
||||
PathSegment {
|
||||
ident: "inside",
|
||||
arguments: None,
|
||||
},
|
||||
],
|
||||
},
|
||||
tokens: ``,
|
||||
},
|
||||
],
|
||||
path: Path {
|
||||
segments: [
|
||||
PathSegment {
|
||||
ident: "inside",
|
||||
ident: "f",
|
||||
arguments: None,
|
||||
},
|
||||
],
|
||||
},
|
||||
tokens: ``,
|
||||
},
|
||||
],
|
||||
func: Expr::Path {
|
||||
path: Path {
|
||||
segments: [
|
||||
PathSegment {
|
||||
ident: "f",
|
||||
arguments: None,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user