rust/tests/ui/pattern/bindings-after-at/nested-binding-modes-ref.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
386 B
Plaintext
Raw Normal View History

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