We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56f72d commit 7162393Copy full SHA for 7162393
tests/ui/op_ref.stderr
@@ -10,14 +10,6 @@ help: use the values directly
10
LL | let foo = 5 - 6;
11
| ^ ^
12
13
-error: taken reference of right operand
14
- --> $DIR/op_ref.rs:20:8
15
- |
16
-LL | if b < &a {
17
- | ^^^^--
18
- | |
19
- | help: use the right value directly: `a`
20
-
21
error: taken reference of right operand
22
--> $DIR/op_ref.rs:57:13
23
|
@@ -26,5 +18,5 @@ LL | let z = x & &y;
26
| |
27
| help: use the right value directly: `y`
28
29
-error: aborting due to 3 previous errors
+error: aborting due to 2 previous errors
30
0 commit comments