Skip to content

Commit c15fed5

Browse files
authored
Update variance-object-types.stderr
1 parent 55b3c44 commit c15fed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/variance/variance-object-types.stderr

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

0 commit comments

Comments
 (0)