ICE error triggered by adding feature "effects" to code #115842
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Adding the feature "effects" to the provided code triggers an internal compiler error (ICE) in rustc. The ICE occurs when attempting to match a variable and assign either a constant function (fn1) or a regular function (fnc1) to another variable.
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: