You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0277]: the trait bound `(): CallMeMaybe<DefId(0:23 ~ opaque_types_deadcode[3cb8]::foo::'a)_'a/#0, DefId(0:24 ~ opaque_types_deadcode[3cb8]::foo::'b)_'b/#1>` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `CallMeMaybe<DefId(0:23 ~ opaque_types_deadcode[3cb8]::foo::'a)_'a/#0, DefId(0:24 ~ opaque_types_deadcode[3cb8]::foo::'b)_'b/#1>` is not implemented for `()`
6
+
|
7
+
= help: the trait `CallMeMaybe<DefId(0:16 ~ opaque_types_deadcode[3cb8]::{impl#0}::'a)_'a/#0, DefId(0:17 ~ opaque_types_deadcode[3cb8]::{impl#0}::'b)_'b/#1>` is implemented for `Foo<DefId(0:16 ~ opaque_types_deadcode[3cb8]::{impl#0}::'a)_'a/#0, DefId(0:17 ~ opaque_types_deadcode[3cb8]::{impl#0}::'b)_'b/#1>`
| ^^^^^^^^^^^^^^^^^^^^^ the trait `From<impl Into<u32>>` is not implemented for `impl Into<u32>`, which is required by `impl Into<u32>: Into<impl Debug>`
50
50
|
51
51
= help: the trait `Into<U>` is implemented for `T`
52
52
= note: required for `impl Into<u32>` to implement `Into<impl Debug>`
53
53
54
54
error[E0277]: the trait bound `impl Into<u32>: Into<impl Debug>` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^ the trait `From<impl Into<u32>>` is not implemented for `impl Into<u32>`, which is required by `impl Into<u32>: Into<impl Debug>`
59
59
|
60
60
= help: the trait `Into<U>` is implemented for `T`
61
61
= note: required for `impl Into<u32>` to implement `Into<impl Debug>`
62
62
63
-
error: aborting due to 7 previous errors
63
+
error[E0277]: the trait bound `u32: From<()>` is not satisfied
0 commit comments