-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Do not call TyCtxt::type_of()
on a trait
#14830
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
Conversation
ff7435d
to
b7caa1b
Compare
r? @Alexendoo @flip1995 We've had two ICE reported already, maybe we'll need an out-of-cycle sync to fix this if we receive some more. |
One more ICE report on nightly Clippy: #14858 |
Will do an out-of-cycle sync 👍 |
@Alexendoo I am not sure this has reached beta, syncing this to rustc should be enough, or am I missing something? |
Just checked: The commit linked above isn't in beta yet. No beta backport necessary. |
changelog: [
useless_as_ref
]: fix ICE on trait methodFixes #14828