]> git.proxmox.com Git - rustc.git/blame - src/test/ui/nll/ty-outlives/impl-trait-captures.stderr
New upstream version 1.24.1+dfsg1
[rustc.git] / src / test / ui / nll / ty-outlives / impl-trait-captures.stderr
CommitLineData
ff7c6d11
XL
1warning: not reporting region error due to -Znll
2 --> $DIR/impl-trait-captures.rs:22:5
3 |
422 | x
5 | ^
6
7error[E0621]: explicit lifetime required in the type of `x`
8 --> $DIR/impl-trait-captures.rs:22:5
9 |
1021 | fn foo<'a, T>(x: &T) -> impl Foo<'a> {
11 | - consider changing the type of `x` to `&ReEarlyBound(0, 'a) T`
1222 | x
13 | ^ lifetime `ReEarlyBound(0, 'a)` required
14
15error: aborting due to previous error
16