blob: 28841fbea973c55121095eb18be121e0d24f477a [file] [log] [blame]
error[E0597]: borrowed value does not live long enough
--> $DIR/issue-15480.rs:15:10
|
15 | &id(3)
| ^^^^^ temporary value does not live long enough
16 | ];
| - temporary value dropped here while still borrowed
...
22 | }
| - temporary value needs to live until here
|
= note: consider using a `let` binding to increase its lifetime
error: aborting due to previous error