rust/tests/ui/parser/misspelled-keywords/impl-trait-for.rs

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

7 lines
81 B
Rust
Raw Normal View History

2024-09-01 21:27:43 -05:00
struct Human;
impl Debug form Human {}
//~^ ERROR expected one of
fn main() {}