Update Group attrs snapshot

This commit is contained in:
David Tolnay 2020-05-26 15:11:38 -07:00
parent be29b2585b
commit aa6052b0ad
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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,
},
],
},
},
}