]> git.proxmox.com Git - rustc.git/blob - tests/ui/borrowck/issue-46471.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / borrowck / issue-46471.stderr
1 error[E0515]: cannot return reference to local variable `x`
2 --> $DIR/issue-46471.rs:3:5
3 |
4 LL | &x
5 | ^^ returns a reference to data owned by the current function
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0515`.