summaryrefslogtreecommitdiffstats
path: root/tests/ui/pub/pub-restricted-error.stderr
blob: 4db8487831796bc3978e4a692cf3e2b7ed6029a0 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected identifier, found `(`
  --> $DIR/pub-restricted-error.rs:4:16
   |
LL | struct Foo {
   |        --- while parsing this struct
LL |     pub(crate) () foo: usize,
   |                ^ expected identifier

error: aborting due to 1 previous error