Skip to content

Commit 049ab82

Browse files
committed
Update clippy ui output
1 parent 1757386 commit 049ab82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/crashes/ice-6256.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LL | let f = |x: &dyn TT| x.func(); //[default]~ ERROR: mismatched types
66
|
77
= note: expected reference `&(dyn TT + 'static)`
88
found reference `&dyn TT`
9-
note: the anonymous lifetime #1 defined on the body at 13:13...
9+
note: the anonymous lifetime #1 defined here...
1010
--> $DIR/ice-6256.rs:13:13
1111
|
1212
LL | let f = |x: &dyn TT| x.func(); //[default]~ ERROR: mismatched types

0 commit comments

Comments
 (0)