``` rust fn main() { const C: &'static Fn() = &||{}; } ``` ``` error: internal compiler error: no type for node 15: expr { } (id=15) in fcx note: the compiler unexpectedly panicked. this is a bug. ```