Skip to content

Commit

Permalink
Update clippy ui output
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Oct 13, 2021
1 parent 1757386 commit 049ab82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/crashes/ice-6256.stderr
Expand Up @@ -6,7 +6,7 @@ LL | let f = |x: &dyn TT| x.func(); //[default]~ ERROR: mismatched types
|
= note: expected reference `&(dyn TT + 'static)`
found reference `&dyn TT`
note: the anonymous lifetime #1 defined on the body at 13:13...
note: the anonymous lifetime #1 defined here...
--> $DIR/ice-6256.rs:13:13
|
LL | let f = |x: &dyn TT| x.func(); //[default]~ ERROR: mismatched types
Expand Down

0 comments on commit 049ab82

Please sign in to comment.