]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-3820.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-3820.stderr
index b4af9c2d27dbe1d658fe6205725dd7634ca5cfb2..35eceb3b3c63759ac8658d5dcaf7e26d11783e6b 100644 (file)
@@ -1,8 +1,10 @@
 error[E0369]: binary operation `*` cannot be applied to type `Thing`
-  --> $DIR/issue-3820.rs:14:13
+  --> $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`