mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 12:10:58 +00:00
4 lines
105 B
Rust
4 lines
105 B
Rust
const pub () {}
|
|
//~^ ERROR expected one of `async`, `extern`, `fn`, `safe`, or `unsafe`
|
|
pub fn main() {}
|