Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn test<'a>() {
let _:fn(&()) = |_:&'a ()| {}; //~ ERROR lifetime may not live long enough
//~^ ERROR lifetime may not live long enough
}
fn main() {
test();