Const Bound crashing the compiler in workspace context #134836
Labels
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.
Code
Really did try to make a minimal example, but it always seemed to work when I recreated it, however I have isolated the issue quite a bit.
This test in the 'corrida' package works as expected.
but when I try calling new on the Corrida struct from another package in the same workspace
I don't get any errors from cargo-check, but running cargo-test gives me:
Here is the full backtrace
Meta
In the corrida package im using:
in the other package im not using any features.
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: