]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: AST: Fix for lifetime parsing
authorJakub Dupak <dev@jakubdupak.com>
Tue, 9 Jan 2024 14:45:12 +0000 (15:45 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 30 Jan 2024 11:36:52 +0000 (12:36 +0100)
commit37d4cf484618460e7db3d5a69c094510ae9396ce
treeab2815c9b27a3811fb59731cd12644d8740b306f
parentaed23b571148656ef00c4b3ebc69db2232030849
gccrs: AST: Fix for lifetime parsing

gcc/rust/ChangeLog:

* parse/rust-parse-impl.h (Parser::parse_where_clause): fix parsing
(Parser::parse_where_clause_item): fix parsing
(Parser::parse_type_bound_where_clause_item): fix parsing
(Parser::parse_trait_bound): fix parsing
* parse/rust-parse.h: fix parsing

Signed-off-by: Jakub Dupak <dev@jakubdupak.com>
gcc/rust/parse/rust-parse-impl.h
gcc/rust/parse/rust-parse.h