Created
September 26, 2018 13:13
-
-
Save rroohhh/bf112c91c2dadbfdbee8fb825a84fb7f 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
[ | |
Some(List(MetaList { ident: Ident { sym: fuseable, span: #0 bytes(0..0), is_raw: false }, | |
paren_token: Paren, | |
nested: [ | |
Meta(List(MetaList { | |
ident: Ident { sym: virtual_field, span: #0 bytes(0..0), is_raw: false }, | |
paren_token: Paren, | |
nested: [ | |
Meta(NameValue(MetaNameValue { | |
ident: Ident { sym: name, span: #0 bytes(0..0), is_raw: false }, | |
eq_token: Eq, | |
lit: Str(LitStr { token: Literal { lit: Str_(value), suffix: None, span: #0 bytes(0..0) } }) | |
})), | |
Comma, | |
Meta(NameValue(MetaNameValue { | |
ident: Ident { sym: read, span: #0 bytes(0..0), is_raw: false }, | |
eq_token: Eq, | |
lit: Str(LitStr { token: Literal { lit: Str_(&self.read), suffix: None, span: #0 bytes(0..0) } }) | |
})), | |
Comma, | |
Meta(NameValue(MetaNameValue { | |
ident: Ident { sym: write, span: #0 bytes(0..0), is_raw: false }, | |
eq_token: Eq, | |
lit: Str(LitStr { token: Literal { lit: Str_(&self.write), suffix: None, span: #0 bytes(0..0) } }) | |
})), | |
Comma, | |
Meta(NameValue(MetaNameValue { | |
ident: Ident { sym: is_dir, span: #0 bytes(0..0), is_raw: false }, | |
eq_token: Eq, | |
lit: Str(LitStr { token: Literal { lit: Str_(&self.is_dir), suffix: None, span: #0 bytes(0..0) } }) | |
}))] | |
}))] | |
})) | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment