2023-03-07 17:37:52 -06:00
|
|
|
error[E0412]: 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
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-03-07 17:37:52 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0412`.
|