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

3 lines
120 B
Rust
Raw Normal View History

2020-02-23 04:49:26 +01:00
pub(crate) () fn foo() {} //~ ERROR visibility `pub(crate)` not followed by an item
//~^ ERROR expected item, found `(`