nalgebra generates tens of "bad constant user type" errors #55210
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I get the feeling this bug is a duplicate of something, but several Google searches yielded no relevant results, so my apologies if this has already been documented.
After I updated my Rust toolchain to version
1.31.0-nightly
, buildingnalgebra
as a dependency generates about seventy or so broken MIR errors, all of the form "bad constant user type."The bug shows up as long as
nalgebra
is listed as a dependency:Cargo.toml
Meta
Full output of
cargo build
: https://pastebin.com/guth8P09Compiler backtrace:
The text was updated successfully, but these errors were encountered: