about summary refs log tree commit diff
path: root/tests/ui/parser/misspelled-keywords/impl-trait-for.rs
blob: c6f3fcda5ad71eee200f87aa809929f0fa7a51d1 (plain)
1
2
3
4
5
6
struct Human;

impl Debug form Human {}
//~^ ERROR expected one of

fn main() {}