Skip to content

Commit

Permalink
Update variance-object-types.stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
dust1 authored Jun 13, 2022
1 parent 55b3c44 commit c15fed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/variance/variance-object-types.stderr
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit c15fed5

Please sign in to comment.