Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow call to macro named "default" at item level
The parser was too agressive and did reject any line beginning with default even if this was a macro call. gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_item): Relax constraints around default identifier at item scope to accept "default" macros. Signed-off-by: Pierre-Emmanuel Patry <[email protected]>
- Loading branch information