-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled async
while parsing items inside trait
#2778
Comments
Fixes Rust-GCC#2778 gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_trait_impl_item): Handled `async` similar to `const` (Parser::parse_pattern): clang-format. Signed-off-by: Kushal Pal <[email protected]>
Fixes Rust-GCC#2778 gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_trait_impl_item): Handled `async` similar to `const` Signed-off-by: Kushal Pal <[email protected]>
Fixes Rust-GCC#2778 gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_trait_impl_item): Handled `async` similar to `const` Signed-off-by: Kushal Pal <[email protected]>
We try to keep PRs short to make them easy to review. Usually when some changes depend on a given open PR people write something such as |
ok thanks, |
Fixes Rust-GCC#2778 gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_trait_impl_item): Handled `async` items Signed-off-by: Kushal Pal <[email protected]>
Fixes Rust-GCC#2778 gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_trait_impl_item): Handled `async` items Signed-off-by: Kushal Pal <[email protected]>
Fixes Rust-GCC#2778 gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_trait_impl_item): Handled `async` items Signed-off-by: Kushal Pal <[email protected]>
Fixes #2778 gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_trait_impl_item): Handled `async` items Signed-off-by: Kushal Pal <[email protected]>
Fixes Rust-GCC#2778 gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_trait_impl_item): Handled `async` items Signed-off-by: Kushal Pal <[email protected]>
Fixes Rust-GCC#2778 gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_trait_impl_item): Handled `async` items Signed-off-by: Kushal Pal <[email protected]>
Fixes Rust-GCC#2778 gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_trait_impl_item): Handled `async` items Signed-off-by: Kushal Pal <[email protected]>
Fixes Rust-GCC#2778 gcc/rust/ChangeLog: * parse/rust-parse-impl.h (Parser::parse_trait_impl_item): Handled `async` items Signed-off-by: Kushal Pal <[email protected]>
error
compiler does not recognize
async
as a keyword which is bugThe text was updated successfully, but these errors were encountered: