summaryrefslogtreecommitdiffstats
path: root/tests/ui/binop/binary-op-on-double-ref.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/binop/binary-op-on-double-ref.stderr')
-rw-r--r--tests/ui/binop/binary-op-on-double-ref.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/binop/binary-op-on-double-ref.stderr b/tests/ui/binop/binary-op-on-double-ref.stderr
index 34826d2f4..2e8aeebc6 100644
--- a/tests/ui/binop/binary-op-on-double-ref.stderr
+++ b/tests/ui/binop/binary-op-on-double-ref.stderr
@@ -1,4 +1,4 @@
-error[E0369]: cannot mod `&&{integer}` by `{integer}`
+error[E0369]: cannot calculate the remainder of `&&{integer}` divided by `{integer}`
--> $DIR/binary-op-on-double-ref.rs:5:11
|
LL | x % 2 == 0