blob: 6c405333ec681e06f95ca1f7ce65e7bc75cf988b [file] [log] [blame]
error[E0369]: cannot mod `&&{integer}` by `{integer}`
--> $DIR/binary-op-on-double-ref.rs:4:11
|
LL | x % 2 == 0
| - ^ - {integer}
| |
| &&{integer}
|
= help: `%` can be used on '{integer}', you can dereference `x`: `*x`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0369`.