9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
|
error: expected identifier, found `(`
|
||
|
--> $DIR/pub-restricted-error.rs:16:16
|
||
|
|
|
||
|
16 | pub(crate) () foo: usize,
|
||
|
| ^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|