Rust: Fix parsing of attributes in structs/enums.
Previously, things like: struct Foo { #[bar] baz: int } or struct Foo { #![bar] baz: int } would horribly confuse the parser and prevent proper parsing of the rest of the file.
Showing
Please
register
or
sign in
to comment