2020-02-09 07:19:06 -06:00
|
|
|
error[E0614]: type `{integer}` cannot be dereferenced
|
2021-05-17 23:14:06 -05:00
|
|
|
--> $DIR/nested-binding-modes-ref.rs:4:5
|
2020-02-09 07:19:06 -06:00
|
|
|
|
|
|
|
|
LL | *is_val;
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
error[E0614]: type `{integer}` cannot be dereferenced
|
2021-05-17 23:14:06 -05:00
|
|
|
--> $DIR/nested-binding-modes-ref.rs:9:5
|
2020-02-09 07:19:06 -06:00
|
|
|
|
|
|
|
|
LL | *is_val;
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0614`.
|