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