]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-16922.nll.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / issues / issue-16922.nll.stderr
CommitLineData
f9f354fc
XL
1error: lifetime may not live long enough
2 --> $DIR/issue-16922.rs:4:5
3 |
4LL | fn foo<T: Any>(value: &T) -> Box<dyn Any> {
5 | - let's call the lifetime of this reference `'1`
6LL | Box::new(value) as Box<dyn Any>
7 | ^^^^^^^^^^^^^^^ cast requires that `'1` must outlive `'static`
8
9error: aborting due to previous error
10