rust/tests/ui/parser/misspelled-keywords/impl-trait-for.rs
2024-09-02 11:45:51 -04:00

7 lines
81 B
Rust

struct Human;
impl Debug form Human {}
//~^ ERROR expected one of
fn main() {}