You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes issue Rust-GCC#2560
The parser now parses ASYNC functions.
gcc/rust/ChangeLog:
* parse/rust-parse-impl.h (Parser::parse_item):Added ASYNC case.
(Parser::parse_vis_item):Added a switch case to handel ASYNC.
gcc/testsuite/ChangeLog:
* rust/compile/issue-2650.rs: New test.
Signed-off-by: M V V S Manoj Kumar <[email protected]>
0 commit comments