blob: 571d6e76776a1500e4e48ba5acb412de9edcbb86 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0614]: type `u32` cannot be dereferenced
--> $DIR/E0614.rs:13:5
|
LL | *y; //~ ERROR E0614
| ^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0614`.
|