]> git.proxmox.com Git - rustc.git/blob - src/test/ui/rfc-2093-infer-outlives/self-dyn.stderr
New upstream version 1.30.0+dfsg1
[rustc.git] / src / test / ui / rfc-2093-infer-outlives / self-dyn.stderr
1 error: rustc_outlives
2 --> $DIR/self-dyn.rs:20:1
3 |
4 LL | / struct Foo<'a, 'b, A> //~ ERROR 20:1: 23:2: rustc_outlives
5 LL | | {
6 LL | | foo: Box<dyn Trait<'a, 'b, A>>
7 LL | | }
8 | |_^
9 |
10 = note: A : 'a
11
12 error: aborting due to previous error
13