rust/tests/ui/parser/misspelled-keywords/const-fn.rs
2024-09-02 11:45:51 -04:00

6 lines
60 B
Rust

cnst fn code() {}
//~^ ERROR expected one of
fn main() {
}