]> git.proxmox.com Git - rustc.git/blob - src/test/ui/rfc-2093-infer-outlives/projection.stderr
New upstream version 1.28.0~beta.14+dfsg1
[rustc.git] / src / test / ui / rfc-2093-infer-outlives / projection.stderr
1 error: rustc_outlives
2 --> $DIR/projection.rs:15:1
3 |
4 LL | / struct Foo<'a, T: Iterator> { //~ ERROR rustc_outlives
5 LL | | bar: &'a T::Item
6 LL | | }
7 | |_^
8 |
9 = note: <T as std::iter::Iterator>::Item : 'a
10
11 error: aborting due to previous error
12