broken mir with -Zvalidate-mir #79066
Labels
-Zvalidate-mir
Unstable option: MIR validation
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.
I think all of these happen since #78969
Code
./src/test/ui/trivial-bounds/trivial-bounds-inconsistent-associated-functions.rs
Meta
rustc --version --verbose
:Error output
Backtrace
The following samples also did not crash with -Zvalidate-mir with
rustc 1.50.0-nightly (98d66340d 2020-11-14)
but do crash withrustc 1.50.0-nightly (75042566d 2020-11-15)
./src/test/ui/consts/issue-67696-const-prop-ice.rs
./src/test/ui/trivial-bounds/trivial-bounds-inconsistent-well-formed.rs
./src/test/ui/trivial-bounds/trivial-bounds-inconsistent-copy.rs
The text was updated successfully, but these errors were encountered: