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