-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
unexpected panic 'Normalizing Binder(ProjectionPredicate(...))` #9922
Comments
niklasad1
added
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
labels
Nov 21, 2022
niklasad1
changed the title
unexpected panic in library
unexpected 'Normalizing Binder(ProjectionPredicate(...))`
Nov 21, 2022
jsonrpsee
niklasad1
changed the title
unexpected 'Normalizing Binder(ProjectionPredicate(...))`
unexpected panic 'Normalizing Binder(ProjectionPredicate(...))`
Nov 21, 2022
Backtrace with line numbers on 51ec465: Backtrace
|
MCVE: async fn helper(_: &mut (), _: impl AsRef<str>) {}
fn issue9922() {
drop(helper(&mut (), "".to_string()));
}
Bonus: using an extension trait with a |
Fixed in #11953. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Reproduce a follows:
Version
Error output
Backtrace
The text was updated successfully, but these errors were encountered: