-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raw identifier keywords are sometimes silently accepted in paths #63882
Labels
A-resolve
Area: Name resolution
C-bug
Category: This is a bug.
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
petrochenkov
added
A-resolve
Area: Name resolution
C-bug
Category: This is a bug.
labels
Aug 25, 2019
jonas-schievink
added
the
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
label
Aug 25, 2019
This is a regression from Rust 1.33. |
petrochenkov
added
the
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
label
Aug 25, 2019
Diagnostic improvements strike again: rust/src/librustc_resolve/lib.rs Lines 2186 to 2191 in 42ce9b4
|
Fixed in #70000. |
Centril
added a commit
to Centril/rust
that referenced
this issue
Mar 16, 2020
resolve: Fix regression in resolution of raw keywords in paths Fixes rust-lang#63882.
Centril
added a commit
to Centril/rust
that referenced
this issue
Mar 16, 2020
resolve: Fix regression in resolution of raw keywords in paths Fixes rust-lang#63882.
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this issue
Mar 17, 2020
resolve: Fix regression in resolution of raw keywords in paths Fixes rust-lang#63882.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-resolve
Area: Name resolution
C-bug
Category: This is a bug.
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Example:
Found by crater run (https://crater-reports.s3.amazonaws.com/beta-1.38-1/beta-2019-08-13/gh/xi-frontend.xi-term/log.txt) when visibility resolution switched to a different algorithm (early resolution), which doesn't have this problem.
The text was updated successfully, but these errors were encountered: