Compiler crash during monomorphization #53468
Labels
A-const-fn
Area: const fn foo(..) {..}. Pure functions which can be applied at compile time.
A-MIR
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Compiler crashes with:
Cannot create local mono-item for DefId(134/0:1418 ~ script[8 738]::dom[0]::bindings[0]::interface[0]::invalid_constructor[0])
This minimal example ICEs. This same bug also occurs in https://github.com/retep007/servo-1/tree/ice
Meta
Version:
rustc 1.29.0-nightly (1ecf6929d 2018-07-16) running on x86_64-apple-darwin
Compiler flags:
-C debuginfo=2 --crate-type lib
Backtrace:
Expandable
The text was updated successfully, but these errors were encountered: