]> git.lizzy.rs Git - rust.git/blob - tests/ui/nll/user-annotations/constant-in-expr-inherent-1.stderr
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[rust.git] / tests / ui / nll / user-annotations / constant-in-expr-inherent-1.stderr
1 error: lifetime may not live long enough
2   --> $DIR/constant-in-expr-inherent-1.rs:8:5
3    |
4 LL | fn foo<'a>(_: &'a u32) -> &'static u32 {
5    |        -- lifetime `'a` defined here
6 LL |     <Foo<'a>>::C
7    |     ^^^^^^^^^^^^ returning this value requires that `'a` must outlive `'static`
8
9 error: aborting due to previous error
10