]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-52049.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-52049.stderr
CommitLineData
48663c56 1error[E0716]: temporary value dropped while borrowed
0731742a 2 --> $DIR/issue-52049.rs:6:10
8faf50e0
XL
3 |
4LL | foo(&unpromotable(5u32));
48663c56
XL
5 | -----^^^^^^^^^^^^^^^^^^-
6 | | |
7 | | creates a temporary which is freed while still in use
8 | argument requires that borrow lasts for `'static`
9LL | }
10 | - temporary value is freed at the end of this statement
8faf50e0
XL
11
12error: aborting due to previous error
13
48663c56 14For more information about this error, try `rustc --explain E0716`.