We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1757386 commit 049ab82Copy full SHA for 049ab82
tests/ui/crashes/ice-6256.stderr
@@ -6,7 +6,7 @@ LL | let f = |x: &dyn TT| x.func(); //[default]~ ERROR: mismatched types
6
|
7
= note: expected reference `&(dyn TT + 'static)`
8
found reference `&dyn TT`
9
-note: the anonymous lifetime #1 defined on the body at 13:13...
+note: the anonymous lifetime #1 defined here...
10
--> $DIR/ice-6256.rs:13:13
11
12
LL | let f = |x: &dyn TT| x.func(); //[default]~ ERROR: mismatched types
0 commit comments