blob: 571d6e76776a1500e4e48ba5acb412de9edcbb86 [file] [log] [blame]
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`.