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