blob: 8cc768237a9486d0542cac2d90588b4ff8ce2487 [file] [log] [blame]
error[E0369]: cannot multiply `{integer}` to `Thing`
--> $DIR/issue-3820.rs:14:15
|
LL | let w = u * 3;
| - ^ - {integer}
| |
| Thing
|
= note: an implementation of `std::ops::Mul` might be missing for `Thing`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0369`.