Unclosed parentheses causes panic #49148
Labels
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
When attempting to compile this expression, the compiler panics. If the parentheses are fixed, there is no panic:
Many variations on this also cause the same panic, for instance
a(b[c)
,a(b[c, e, f);
,a(b[c as d);
etc. It also happens when the symbols are actually defined and when they are more complex expressions, i.e:Where I originally found it. The compiler reports the error:
And then panics:
The text was updated successfully, but these errors were encountered: