Update op_ref.stderr

This commit is contained in:
flip1995 2019-12-03 18:26:56 +01:00
parent c56f72da35
commit 7162393103
No known key found for this signature in database
GPG key ID: 693086869D506637

View file

@ -10,14 +10,6 @@ help: use the values directly
LL | let foo = 5 - 6;
| ^ ^
error: taken reference of right operand
--> $DIR/op_ref.rs:20:8
|
LL | if b < &a {
| ^^^^--
| |
| help: use the right value directly: `a`
error: taken reference of right operand
--> $DIR/op_ref.rs:57:13
|
@ -26,5 +18,5 @@ LL | let z = x & &y;
| |
| help: use the right value directly: `y`
error: aborting due to 3 previous errors
error: aborting due to 2 previous errors