summary refs log tree commit diff
path: root/src/test/ui/pub/pub-restricted-error.stderr
blob: eebb2428ba3a5f023d5c2fba73465eefedb7838d (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `(`
  --> $DIR/pub-restricted-error.rs:16:16
   |
16 |     pub(crate) () foo: usize,
   |                ^

error: aborting due to previous error(s)