You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies, I can't seem to narrow down the issue to a smaller sample of code that reproduces the issue. Issue occurs when compiling code from this PR. Example failing Github Action run. Feel free to change the issue title, I wasn't sure what to put as I don't really understand the panic.
FWIW, this doesn't reproduce with the latest nightly:
$ rustup show
Default host: x86_64-unknown-linux-gnu
rustup home: /home/pillin/.rustup
installed toolchains
--------------------
stable-x86_64-unknown-linux-gnu (default)
nightly-x86_64-unknown-linux-gnu
installed targets for active toolchain
--------------------------------------
x86_64-unknown-linux-gnu
x86_64-unknown-linux-musl
active toolchain
----------------
nightly-x86_64-unknown-linux-gnu (directory override for '/home/pillin/programming/git_repos/mtop')
rustc 1.77.0-nightly (bf8716f1c 2023-12-24)
$ cargo clippy
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
56quarters
changed the title
Clippy panic when checking async methods with generic types
[ICE clippy] thread 'rustc' panicked at compiler/rustc_trait_selection/src/traits/project.rs:484:9
Dec 26, 2023
Summary
Apologies, I can't seem to narrow down the issue to a smaller sample of code that reproduces the issue. Issue occurs when compiling code from this PR. Example failing Github Action run. Feel free to change the issue title, I wasn't sure what to put as I don't really understand the panic.
Version
Error output
Backtrace
The text was updated successfully, but these errors were encountered: