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

9 lines
194 B
Plaintext
Raw Normal View History

error: unmatched visibility `pub`
2018-12-25 15:56:47 +00:00
--> $DIR/pub-restricted-error-fn.rs:3:10
|
2018-02-23 00:42:32 +00:00
LL | pub(crate) () fn foo() {} //~ unmatched visibility
| ^
error: aborting due to previous error