Closed
Description
Currently, the compiler will ICE if you have a match
on an enum within a const
function. If this isn't implemented, it should at least warn the user instead of showing an ICE.
Example here: https://is.gd/r4d3MB
Currently, the compiler will ICE if you have a match
on an enum within a const
function. If this isn't implemented, it should at least warn the user instead of showing an ICE.
Example here: https://is.gd/r4d3MB