Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add comma for expr delimiter to fix match arms
Add a comma as an expr delimiter, this will allow correct parsing of match arm expressions. gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_expr): Add comma delimiter. Signed-off-by: Pierre-Emmanuel Patry <[email protected]>
- Loading branch information