2017-03-17 21:13:00 -07:00
|
|
|
error: expected identifier, found `(`
|
2022-01-19 16:24:49 +01:00
|
|
|
--> $DIR/pub-restricted-error.rs:4:16
|
2017-03-17 21:13:00 -07:00
|
|
|
|
|
2022-09-26 23:13:38 +09:00
|
|
|
LL | struct Foo {
|
|
|
|
|
| --- while parsing this struct
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | pub(crate) () foo: usize,
|
2018-01-06 14:43:20 -08:00
|
|
|
| ^ expected identifier
|
2017-03-17 21:13:00 -07:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2017-03-17 21:13:00 -07:00
|
|
|
|