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
petrochenkov opened this issue
May 15, 2019
· 0 comments
· Fixed by #60851
Labels
A-parserArea: The parsing of Rust source code to an ASTE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
The keyword lists can be found in libsyntax_pos/symbol.rs in the symbols! macro.
It's likely that some UI tests will need to be adjusted after the change.
The text was updated successfully, but these errors were encountered:
petrochenkov
added
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
A-parser
Area: The parsing of Rust source code to an AST
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
labels
May 15, 2019
Pulkit07
added a commit
to Pulkit07/rust
that referenced
this issue
May 15, 2019
A-parserArea: The parsing of Rust source code to an ASTE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Since
box
is not used on stable Rust.The keyword lists can be found in
libsyntax_pos/symbol.rs
in thesymbols!
macro.It's likely that some UI tests will need to be adjusted after the change.
The text was updated successfully, but these errors were encountered: