]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2093-infer-outlives/self-dyn.stderr
Pin panic-in-drop=abort test to old pass manager
[rust.git] / src / test / ui / rfc-2093-infer-outlives / self-dyn.stderr
1 error: rustc_outlives
2   --> $DIR/self-dyn.rs:9:1
3    |
4 LL | / struct Foo<'a, 'b, A>
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