diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/binop/issue-3820.stderr (renamed from src/test/ui/binop/issue-3820.stderr) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/test/ui/binop/issue-3820.stderr b/tests/ui/binop/issue-3820.stderr index f21f89069..c313ed603 100644 --- a/src/test/ui/binop/issue-3820.stderr +++ b/tests/ui/binop/issue-3820.stderr @@ -11,11 +11,8 @@ note: an implementation of `Mul<_>` might be missing for `Thing` | LL | struct Thing { | ^^^^^^^^^^^^ must implement `Mul<_>` -note: the following trait must be implemented +note: the trait `Mul` must be implemented --> $SRC_DIR/core/src/ops/arith.rs:LL:COL - | -LL | pub trait Mul<Rhs = Self> { - | ^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error |