debug ice: Span must not be empty and have no suggestion'
: span points at "where" but is quite off
#112363
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-debug-assertions
This issue requires a build of rustc or tooling with debug-assertions in some way
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
requires debug assertions for ICE
Meta
rustc --version --verbose
:Error output
The problem is the
which is supposed to point at the
where
but it somehow completely misses it and so the point points at nothing particular..?Backtrace
The text was updated successfully, but these errors were encountered: