blob: 1bdb47d97d27936c92f585e4ec1f3857e1341b6b [file] [log] [blame]
error: expected identifier, found `(`
--> $DIR/pub-restricted-error.rs:16:16
|
16 | pub(crate) () foo: usize, //~ ERROR expected identifier
| ^ expected identifier
error: aborting due to previous error