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
LL | let _: Checked<{generic::<u32>}> = Checked::<{generic::<u16>}>;
39
-
| ------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `generic::<u32>`, found `generic::<u16>`
39
+
| ------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `{generic::<u32> as fn(usize) -> bool}`, found `{generic::<u16> as fn(usize) -> bool}`
40
40
| |
41
41
| expected due to this
42
42
|
43
-
= note: expected struct `Checked<generic::<u32>>`
44
-
found struct `Checked<generic::<u16>>`
43
+
= note: expected struct `Checked<{generic::<u32> as fn(usize) -> bool}>`
44
+
found struct `Checked<{generic::<u16> as fn(usize) -> bool}>`
0 commit comments