-
Notifications
You must be signed in to change notification settings - Fork 13k
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 using struct MyStruct<'a, 'b> { x: &'a MyTrait<'b>,} #12851
Comments
Actually, you only need one lifetime to trigger the ICE
|
This looks like a dup of #5121 |
13 tasks
(still reproduces, as is, on rustc 0.10-pre (caf17fe 2014-03-21).) |
fasterthanlime
pushed a commit
to fasterthanlime/rust
that referenced
this issue
Jul 24, 2022
…match-guard, r=Veykril fix: Don't add braces to 'if' completion in match guard position fixes rust-lang#12823 Is this what you were thinking of here, `@Veykril` ? I haven't done any work on completions before, so I could definitely be misunderstanding the issue.
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jun 13, 2024
Add required parentheses around method receiver Fix rust-lang#12846 changelog: [`needless_bool`]: Add missing parentheses around method receiver
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to compile the following code with rustc --crate-type lib test_error.rs
.. then I get the following ICE:
Possibly related to #5121
The text was updated successfully, but these errors were encountered: