blob: 505c030b967122758a770ba84f1d7081bc9ee04d [file] [log] [blame]
const fn x() {
let t = true;
let x = || t; //~ ERROR function pointers in const fn are unstable
}
fn main() {}