ICE when missing $ in front of a fluent variable #103539
Labels
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
I tried this code:
I expected to see this happen: an error telling me
{boo}
needs to be{$boo}
Instead, this happened:
The text was updated successfully, but these errors were encountered: