Closed ghost closed 7 years ago
Still ICEs.
Minimal:
#![feature(core)]
#![feature(unboxed_closures)]
fn main() {
let k = |x: i32| { x + 1 };
Fn::call(&k, (0,));
}
Triage: tracked by glacier
No longer ICEs today. E-needstest. I'm somewhat concerned though because this is the second glacier-tracked ICE that I've seen "fixed."
This was only broken because of the old meth
code.
I was trying to compile the following code:
And got the following compiler error:
Version info: