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