We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d02ee commit 7f648c7Copy full SHA for 7f648c7
tests/ui/inference/issue-71584.stderr
@@ -6,10 +6,10 @@ LL | d = d % n.into();
6
| |
7
| type must be known at this point
8
|
9
- = note: cannot satisfy `<u64 as Rem<_>>::Output == u64`
+ = note: cannot satisfy `<u16 as Rem<_>>::Output == u16`
10
help: try using a fully qualified path to specify the expected types
11
12
-LL | d = d % <u32 as Into<T>>::into(n);
+LL | d = d % <u16 as Into<T>>::into(n);
13
| +++++++++++++++++++++++ ~
14
15
error: aborting due to 1 previous error
0 commit comments