ICE: Encountered anon const with inference variable args but no error reported #133884
Labels
C-bug
Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-incomplete-features
This issue requires the use of incomplete features.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
It seems like this gets triggered when using a library that enables
generic_const_exprs
in a crate that doesn't, in a specific circumstance.lib.rs
in crate Amain.rs
in crate B that depends on crate AMeta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: