16 lines
387 B
Text
16 lines
387 B
Text
![]() |
error[E0614]: type `{integer}` cannot be dereferenced
|
||
|
--> $DIR/nested-binding-modes-ref.rs:6:5
|
||
|
|
|
||
|
LL | *is_val;
|
||
|
| ^^^^^^^
|
||
|
|
||
|
error[E0614]: type `{integer}` cannot be dereferenced
|
||
|
--> $DIR/nested-binding-modes-ref.rs:11:5
|
||
|
|
|
||
|
LL | *is_val;
|
||
|
| ^^^^^^^
|
||
|
|
||
|
error: aborting due to 2 previous errors
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0614`.
|