ICE: virtual-function-elimination #123955
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
This happens when compiling the crate https://crates.io/crates/webbrowser
x86_64-pc-windows-gnu
with virtual-function-elimination.Meta
rustc --version --verbose
:Error output
The backtrace and output here are obtained during cross-compilation (host
x86_64-unknown-linux-gnu
, targetx86_64-pc-windows-gnu
, build-std), but the panic also happens when the host is Windows and without build-std.Backtrace
The text was updated successfully, but these errors were encountered: