Update variance-object-types.stderr

This commit is contained in:
Yoke 2022-06-13 18:51:28 +08:00 committed by GitHub
parent 55b3c443d6
commit c15fed5b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
error[E0208]: [o]
--> $DIR/variance-object-types.rs:11:1
--> $DIR/variance-object-types.rs:7:1
|
LL | / struct Foo<'a> {
LL | | x: Box<dyn Fn(i32) -> &'a i32 + 'static>