rust/tests/ui/pub/pub-restricted-non-path.rs

6 lines
93 B
Rust

#![feature(pub_restricted)]
pub (.) fn afn() {} //~ ERROR expected identifier
fn main() {}