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