blob: ca720279946f0149843615cdfaf33c3c4079cf6b (
plain)
1
2
3
4
5
6
7
8
|
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
|