]> git.proxmox.com Git - rustc.git/blob - tests/ui/pub/pub-restricted-error.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / pub / pub-restricted-error.stderr
1 error: expected identifier, found `(`
2 --> $DIR/pub-restricted-error.rs:4:16
3 |
4 LL | struct Foo {
5 | --- while parsing this struct
6 LL | pub(crate) () foo: usize,
7 | ^ expected identifier
8
9 error: aborting due to previous error
10