]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-trait/type_parameters_captured.nll.stderr
Rollup merge of #95102 - compiler-errors:issue-94034-bug, r=jackh726
[rust.git] / src / test / ui / impl-trait / type_parameters_captured.nll.stderr
1 error[E0310]: the parameter type `T` may not live long enough
2   --> $DIR/type_parameters_captured.rs:10:5
3    |
4 LL |     x
5    |     ^
6    |
7    = help: consider adding an explicit lifetime bound `T: 'static`...
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0310`.