]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfc-2093-infer-outlives/self-dyn.stderr
Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor
[rust.git] / tests / ui / rfc-2093-infer-outlives / self-dyn.stderr
1 error: rustc_outlives
2   --> $DIR/self-dyn.rs:8:1
3    |
4 LL | struct Foo<'a, 'b, A>
5    | ^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: A: 'a
8
9 error: aborting due to previous error
10