]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-3820.stderr
Auto merge of #78066 - bugadani:wat, r=jonas-schievink
[rust.git] / src / test / ui / issues / issue-3820.stderr
1 error[E0369]: cannot multiply `{integer}` to `Thing`
2   --> $DIR/issue-3820.rs:14:15
3    |
4 LL |     let w = u * 3;
5    |             - ^ - {integer}
6    |             |
7    |             Thing
8    |
9    = note: an implementation of `std::ops::Mul` might be missing for `Thing`
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0369`.