9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
|
error: unmatched visibility `pub`
|
||
|
--> $DIR/pub-restricted-error-fn.rs:13:10
|
||
|
|
|
||
|
13 | pub(crate) () fn foo() {}
|
||
|
| ^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|