rust/src/test/ui/pub/pub-restricted-error-fn.stderr

9 lines
195 B
Plaintext
Raw Normal View History

error: unmatched visibility `pub`
--> $DIR/pub-restricted-error-fn.rs:13:10
|
2017-11-20 06:13:27 -06:00
13 | pub(crate) () fn foo() {} //~ unmatched visibility
| ^
error: aborting due to previous error