Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn cplusplus_mode(x: isize) -> &'static isize {
&x
//~^ ERROR cannot return reference to function parameter `x` [E0515]
}
fn main() {}