]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2093-infer-outlives/nested-regions.stderr
Rollup merge of #105674 - estebank:iterator-chains, r=oli-obk
[rust.git] / src / test / ui / rfc-2093-infer-outlives / nested-regions.stderr
1 error: rustc_outlives
2   --> $DIR/nested-regions.rs:4:1
3    |
4 LL | struct Foo<'a, 'b, T> {
5    | ^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: 'b: 'a
8    = note: T: 'a
9    = note: T: 'b
10
11 error: aborting due to previous error
12