-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.WG-compiler-performanceWorking group: Compiler PerformanceWorking group: Compiler Performance
Description
E.g. in
rust/src/libsyntax/ext/tt/macro_rules.rs
Line 1045 in ab7cf71
let tokens = vec!["`=>`", "`,`", "`=`", "`|`", "`if`", "`in`"]; |
Do not work on this issue before #61541 is merged.
Also,
rust/src/libsyntax/ext/tt/macro_rules.rs
Line 1015 in ab7cf71
fn is_in_follow(tok: "ed::TokenTree, frag: &str) -> IsInFollow { |
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.WG-compiler-performanceWorking group: Compiler PerformanceWorking group: Compiler Performance