Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![allow(warnings)]
const X: u8 =
|| -> u8 { 5 }()
//~^ ERROR cannot call non-const closure
;
fn main() {}