We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b3c44 commit c15fed5Copy full SHA for c15fed5
src/test/ui/variance/variance-object-types.stderr
@@ -1,5 +1,5 @@
1
error[E0208]: [o]
2
- --> $DIR/variance-object-types.rs:11:1
+ --> $DIR/variance-object-types.rs:7:1
3
|
4
LL | / struct Foo<'a> {
5
LL | | x: Box<dyn Fn(i32) -> &'a i32 + 'static>
0 commit comments