]> git.proxmox.com Git - rustc.git/blob - tests/ui/traits/new-solver/borrowck-error.stderr
New upstream version 1.71.1+dfsg1
[rustc.git] / tests / ui / traits / new-solver / borrowck-error.stderr
1 error[E0515]: cannot return reference to temporary value
2 --> $DIR/borrowck-error.rs:7:5
3 |
4 LL | &HashMap::new()
5 | ^--------------
6 | ||
7 | |temporary value created here
8 | returns a reference to data owned by the current function
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0515`.