blob: 860f9f96bb8f5cfdf5f64bc672caac2feede17fb [file] [log] [blame]
error: expected mut or const in raw pointer type (use `*mut T` or `*const T` as appropriate)
--> $DIR/bad-pointer-type.rs:1:11
|
LL | fn foo(_: *()) {
| ^
error: aborting due to previous error