Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update variance-object-types.stderr
  • Loading branch information
dust1 authored Jun 13, 2022
commit c15fed5b7bec9ad0e1b851fec69c78b5752348b4
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