summaryrefslogtreecommitdiffstats
path: root/src/test/ui/binop/binary-op-on-double-ref.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/binop/binary-op-on-double-ref.stderr')
-rw-r--r--src/test/ui/binop/binary-op-on-double-ref.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/binop/binary-op-on-double-ref.stderr b/src/test/ui/binop/binary-op-on-double-ref.stderr
index 1651f70d5..34826d2f4 100644
--- a/src/test/ui/binop/binary-op-on-double-ref.stderr
+++ b/src/test/ui/binop/binary-op-on-double-ref.stderr
@@ -6,7 +6,7 @@ LL | x % 2 == 0
| |
| &&{integer}
|
-help: `%` can be used on `{integer}`, you can dereference `x`
+help: `%` can be used on `&{integer}` if you dereference the left-hand side
|
LL | *x % 2 == 0
| +