]> git.proxmox.com Git - rustc.git/blob - src/test/ui/nll/user-annotations/constant-in-expr-trait-item-3.nll.stderr
New upstream version 1.57.0+dfsg1
[rustc.git] / src / test / ui / nll / user-annotations / constant-in-expr-trait-item-3.nll.stderr
1 error: lifetime may not live long enough
2 --> $DIR/constant-in-expr-trait-item-3.rs:10:5
3 |
4 LL | fn foo<'a, T: Foo<'a>>() -> &'static u32 {
5 | -- lifetime `'a` defined here
6 LL | T::C
7 | ^^^^ returning this value requires that `'a` must outlive `'static`
8
9 error: aborting due to previous error
10