]> git.lizzy.rs Git - rust.git/blob - src/test/ui/variance/variance-object-types.stderr
Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff'
[rust.git] / src / test / ui / variance / variance-object-types.stderr
1 error[E0208]: [o]
2   --> $DIR/variance-object-types.rs:11:1
3    |
4 LL | / struct Foo<'a> {
5 LL | |     x: Box<dyn Fn(i32) -> &'a i32 + 'static>
6 LL | | }
7    | |_^
8
9 error: aborting due to previous error
10