rust/tests/ui/parser/misspelled-keywords/const-fn.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
60 B
Rust
Raw Normal View History

2024-09-02 02:27:43 +00:00
cnst fn code() {}
//~^ ERROR expected one of
fn main() {
}