summaryrefslogtreecommitdiffstats
path: root/src/test/ui/pub/pub-restricted-error.stderr
blob: 95bf498c7f7460684676a30bc6784934cf56b240 (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `(`
  --> $DIR/pub-restricted-error.rs:4:16
   |
LL |     pub(crate) () foo: usize,
   |                ^ expected identifier

error: aborting due to previous error