]> git.lizzy.rs Git - rust.git/blob - tests/ui/nll/user-annotations/ascribed-type-wf.stderr
Rollup merge of #106946 - dtolnay:hashlinecolumn, r=m-ou-se
[rust.git] / tests / ui / nll / user-annotations / ascribed-type-wf.stderr
1 error: lifetime may not live long enough
2   --> $DIR/ascribed-type-wf.rs:13:5
3    |
4 LL | fn extend<'a>() {
5    |           -- lifetime `'a` defined here
6 LL |     None::<<&'a () as Trait>::Ty>;
7    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ requires that `'a` must outlive `'static`
8
9 error: aborting due to previous error
10