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