Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn foo(x: &u32) -> &'static u32 {
&*x
//~^ ERROR lifetime may not live long enough
}
fn main() {}