Created
September 13, 2019 19:20
-
-
Save damienstanton/e272f2e46f34d5489d2a0c4b6e1f008e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Attributes: [ | |
| Attribute { | |
| pound_token: Pound, | |
| style: Outer, | |
| bracket_token: Bracket, | |
| path: Path { | |
| leading_colon: None, | |
| segments: [ | |
| PathSegment { | |
| ident: Ident { | |
| ident: "builder", | |
| span: #0 bytes(1285..1292), | |
| }, | |
| arguments: None, | |
| }, | |
| ], | |
| }, | |
| tokens: TokenStream [ | |
| Group { | |
| delimiter: Parenthesis, | |
| stream: TokenStream [ | |
| Ident { | |
| ident: "each", | |
| span: #0 bytes(1293..1297), | |
| }, | |
| Punct { | |
| ch: '=', | |
| spacing: Alone, | |
| span: #0 bytes(1298..1299), | |
| }, | |
| Literal { lit: Lit { kind: Str, symbol: arg, suffix: None }, span: Span { lo: BytePos(1300), hi: BytePos(1305), ctxt: #0 } }, | |
| ], | |
| span: #0 bytes(1292..1306), | |
| }, | |
| ], | |
| }, | |
| ] | |
| Attributes: [ | |
| Attribute { | |
| pound_token: Pound, | |
| style: Outer, | |
| bracket_token: Bracket, | |
| path: Path { | |
| leading_colon: None, | |
| segments: [ | |
| PathSegment { | |
| ident: Ident { | |
| ident: "builder", | |
| span: #0 bytes(1337..1344), | |
| }, | |
| arguments: None, | |
| }, | |
| ], | |
| }, | |
| tokens: TokenStream [ | |
| Group { | |
| delimiter: Parenthesis, | |
| stream: TokenStream [ | |
| Ident { | |
| ident: "each", | |
| span: #0 bytes(1345..1349), | |
| }, | |
| Punct { | |
| ch: '=', | |
| spacing: Alone, | |
| span: #0 bytes(1350..1351), | |
| }, | |
| Literal { lit: Lit { kind: Str, symbol: env, suffix: None }, span: Span { lo: BytePos(1352), hi: BytePos(1357), ctxt: #0 } }, | |
| ], | |
| span: #0 bytes(1344..1358), | |
| }, | |
| ], | |
| }, | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment