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