-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
rp.is_none ICE failure with 'self lifetime #9661
Comments
possibly subbug of #4846 |
With my (debug) build of rustc, I get a bit more info from the
|
Closed by #10153, relevant tests already appear to be checked in. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Oct 21, 2022
Add `missing_trait_methods` lint Closes rust-lang#9661 changelog: new lint: [`missing_trait_methods`]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was just playing around.
Compiling
with
$ RUST_LOG=rustc=1 rust build test.rs
givesThe text was updated successfully, but these errors were encountered: