blob: 35b63bddca252937d815454a2a67733e42ea658b [file] [log] [blame]
const fn x() {
let t = true;
let x = || t; //~ ERROR function pointer
}
fn main() {}