mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 18:12:51 +00:00
Update clippy ui output
This commit is contained in:
parent
175738677c
commit
049ab82662
@ -6,7 +6,7 @@ LL | let f = |x: &dyn TT| x.func(); //[default]~ ERROR: mismatched types
|
|||||||
|
|
|
|
||||||
= note: expected reference `&(dyn TT + 'static)`
|
= note: expected reference `&(dyn TT + 'static)`
|
||||||
found reference `&dyn TT`
|
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
|
--> $DIR/ice-6256.rs:13:13
|
||||||
|
|
|
|
||||||
LL | let f = |x: &dyn TT| x.func(); //[default]~ ERROR: mismatched types
|
LL | let f = |x: &dyn TT| x.func(); //[default]~ ERROR: mismatched types
|
||||||
|
Loading…
Reference in New Issue
Block a user