-
Notifications
You must be signed in to change notification settings - Fork 13.4k
regression: expected one of !
, (
, +
, ::
, <
, >
, or as
, found :
#128895
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
P-high
High priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
Closed
This regressed in #127636, cc @nnethercote |
nnethercote
added a commit
to nnethercote/rust
that referenced
this issue
Aug 12, 2024
The special case was failing to handle invisible delimiters on one path. Fixes rust-lang#128895.
WG-prioritization assigning priority (Zulip discussion). @rustbot label -I-prioritize +P-high |
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Aug 12, 2024
…more, r=compiler-errors Fix bug in `Parser::look_ahead`. The special case was failing to handle invisible delimiters on one path. Fixes (but doesn't close until beta backported) rust-lang#128895. r? `@davidtwco`
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Aug 12, 2024
Rollup merge of rust-lang#128994 - nnethercote:fix-Parser-look_ahead-more, r=compiler-errors Fix bug in `Parser::look_ahead`. The special case was failing to handle invisible delimiters on one path. Fixes (but doesn't close until beta backported) rust-lang#128895. r? `@davidtwco`
cuviper
pushed a commit
to cuviper/rust
that referenced
this issue
Aug 15, 2024
The special case was failing to handle invisible delimiters on one path. Fixes rust-lang#128895. (cherry picked from commit 46b4c5a)
hope it's ok to close this as the beta backport of #128994 was approved |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
P-high
High priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The text was updated successfully, but these errors were encountered: