]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-restricted-error.stderr
Rollup merge of #97712 - RalfJung:untyped, r=scottmcm
[rust.git] / src / test / ui / pub / pub-restricted-error.stderr
1 error: expected identifier, found `(`
2   --> $DIR/pub-restricted-error.rs:4:16
3    |
4 LL |     pub(crate) () foo: usize,
5    |                ^ expected identifier
6
7 error: aborting due to previous error
8