Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct X<const N: usize = {
(||1usize)()
//~^ ERROR cannot call non-const closure
}>;
fn main() {}