blob: e85ac6069155d15f7f9e6dd4fcf3f277ac654932 [file] [log] [blame] [edit]
error[E0425]: cannot find type `void` in this scope
--> $DIR/illegal-copy-bad-projection.rs:6:23
|
LL | type Ptr = *const void;
| ^^^^ not found in this scope
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0425`.