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
This error is reproducible for me by cloning zesterer/ariadne@12759f0 and running cargo clippy in the project root.
I'm running nightly 1.65.0-nightly (b44197abb 2022-09-05) on x86_64-pc-windows-msvc. This appears to be a regression - neither the current stable (rustc 1.63.0 (4b91a6ea7 2022-08-08)) or the current beta (rustc 1.64.0-beta.5 (1ec9b66a1 2022-08-31) do not have this issue. I've not tested on other platforms.
As a note, clippy doesn't crash instantly. It successfully produces 8 warnings before crashing. I've excluded those 8 warnings here, as I don't think they're relevant, and anyone should be able to reproduce them locally just fine. If needed however I can provide them.
thread 'rustc' panicked at 'assertion failed: !value.has_escaping_bound_vars()', /rustc/b44197abb0b3ffe4908892e1e08ab1cd721ff3b9\compiler\rustc_middle\src\ty\sty.rs:1034:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked.this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new
note:Clippy version: clippy 0.1.65(b44197ab 2022-09-05)
query stack during panic:
#0[is_sized_raw] computing whether `dyn core::fmt::Debug` is `Sized`
#1[layout_of] computing layout of `*const dyn core::fmt::Debug`
end of query stack
warning: `ariadne` (lib) generated 8 warnings
error: could not compile `ariadne`;8 warnings emitted
This error is reproducible for me by cloning zesterer/ariadne@12759f0 and running
cargo clippy
in the project root.I'm running nightly
1.65.0-nightly (b44197abb 2022-09-05)
onx86_64-pc-windows-msvc
. This appears to be a regression - neither the current stable (rustc 1.63.0 (4b91a6ea7 2022-08-08)
) or the current beta (rustc 1.64.0-beta.5 (1ec9b66a1 2022-08-31)
do not have this issue. I've not tested on other platforms.As a note, clippy doesn't crash instantly. It successfully produces 8 warnings before crashing. I've excluded those 8 warnings here, as I don't think they're relevant, and anyone should be able to reproduce them locally just fine. If needed however I can provide them.
Additional labels
@rustbot label +I-ICE
The text was updated successfully, but these errors were encountered: