]> git.proxmox.com Git - rustc.git/blame - src/test/ui/pub/pub-restricted-error-fn.stderr
New upstream version 1.42.0+dfsg1
[rustc.git] / src / test / ui / pub / pub-restricted-error-fn.stderr
CommitLineData
cc61c64b 1error: unmatched visibility `pub`
0731742a 2 --> $DIR/pub-restricted-error-fn.rs:3:10
cc61c64b 3 |
532ac7d7 4LL | pub(crate) () fn foo() {}
cc61c64b
XL
5 | ^
6
041b39d2 7error: aborting due to previous error
cc61c64b 8