summary refs log tree commit diff
path: root/src/test/ui/pub/pub-restricted-error.stderr
blob: cbf206e6aed5d0529d7930aa924534e0cc887d6a (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 expected identifier
   |                ^

error: aborting due to previous error