rustc/tests/ui/parser/issues/issue-86895.rs
2024-07-31 08:40:13 +02:00

4 lines
105 B
Rust

const pub () {}
//~^ ERROR expected one of `async`, `extern`, `fn`, `safe`, or `unsafe`
pub fn main() {}