error: expected identifier, found `(`
--> $DIR/pub-restricted-error.rs:6:16
|
LL | pub(crate) () foo: usize, //~ ERROR expected identifier
| ^ expected identifier
error: aborting due to previous error