]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-restricted-error.stderr
Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgillot
[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