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
Return an error type on macro invoc parsing failure
No check was performed and the value was assumed non null.
gcc/rust/ChangeLog:
* parse/rust-parse-impl.h (Parser::parse_stmt_or_expr): Add null check
on parse_macro_invocation_partial call.
Signed-off-by: Pierre-Emmanuel Patry <[email protected]>
0 commit comments