]> git.proxmox.com Git - rustc.git/blob - src/test/ui/pub/pub-restricted-non-path.stderr
New upstream version 1.18.0+dfsg1
[rustc.git] / src / test / ui / pub / pub-restricted-non-path.stderr
1 error: expected identifier, found `.`
2 --> $DIR/pub-restricted-non-path.rs:13:6
3 |
4 13 | pub (.) fn afn() {}
5 | ^
6
7 error: aborting due to previous error
8