-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
ICE instead of syntax error while calling super() #82156
Labels
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-medium
Medium priority
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
plazmoid
added
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Feb 15, 2021
jonas-schievink
added
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
labels
Feb 15, 2021
Bisected:
|
jyn514
added
the
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
label
Feb 16, 2021
Error from just before the regression was introduced (run with
|
Assigning |
camelid
added
P-medium
Medium priority
and removed
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
labels
Feb 16, 2021
fanninpm
added a commit
to fanninpm/glacier
that referenced
this issue
Feb 16, 2021
Issue: rust-lang/rust#82156
@rustbot claim |
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this issue
Feb 19, 2021
Fix popping singleton paths in when generating E0433 Fixes rust-lang#82156 --- This was introduced with rust-lang#72923, so pinging `@Patryk27` for reviews.
cuviper
pushed a commit
to cuviper/rust
that referenced
this issue
Mar 10, 2021
Fixes rust-lang#82156 (cherry picked from commit 9889e44)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-medium
Medium priority
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.
I tried to call default trait implementation from overriden method. Googling was not so useful as wanted so I started playing with "super" keyword and found this bug.
Code
Meta
Bug appears both on stable and nightly
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: