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
Rollup merge of rust-lang#124080 - oli-obk:define_opaque_types10, r=compiler-errors
Some unstable changes to where opaque types get defined
None of these can be reached from stable afaict.
r? ``@compiler-errors``
cc rust-lang#116652
| ^^^^^^^^^^^^^^^^^^^^^ the trait `From<impl Into<u32>>` is not implemented for `impl Into<u32>`, which is required by `impl Into<u32>: Into<impl Debug>`
49
+
| ^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `impl Into<u32>`
50
50
|
51
-
= help: the trait `Into<U>` is implemented for `T`
52
-
= note: required for `impl Into<u32>` to implement `Into<impl Debug>`
| ^^^^^^^^^^^^^^^^^^^^^ the trait `From<impl Into<u32>>` is not implemented for `impl Into<u32>`, which is required by `impl Into<u32>: Into<impl Debug>`
60
+
| ^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `impl Into<u32>`
61
+
|
62
+
help: consider further restricting this bound
59
63
|
60
-
= help: the trait `Into<U>` is implemented for `T`
61
-
= note: required for `impl Into<u32>` to implement `Into<impl Debug>`
0 commit comments