blob: 4db8487831796bc3978e4a692cf3e2b7ed6029a0 [file] [log] [blame]
Esteban Küber769b95d2017-03-18 04:13:001error: expected identifier, found `(`
Camille GILLOT27d8cd72022-01-19 15:24:492 --> $DIR/pub-restricted-error.rs:4:16
Esteban Küber769b95d2017-03-18 04:13:003 |
Takayuki Maeda4f44dee2022-09-26 14:13:384LL | struct Foo {
5 | --- while parsing this struct
Vadim Petrochenkovfa72a812019-03-09 12:03:446LL | pub(crate) () foo: usize,
Esteban Küberd17e38f2018-01-06 22:43:207 | ^ expected identifier
Esteban Küber769b95d2017-03-18 04:13:008
Nilstrieb41e8d152023-11-21 15:44:169error: aborting due to 1 previous error
Esteban Küber769b95d2017-03-18 04:13:0010