Closed
Description
This used to work (regression from 1.14 stable) but now it doesn't:
enum Functions {
Square = (|x:i32| { }, 42).1,
}
In #50623 the error less bad and some FIXME(#50689)
are left in the code with hints, but still doesn't work. Issue #50688 seems related.