about summary refs log tree commit diff
path: root/tests/ui/parser/misspelled-keywords/impl-trait.rs
blob: 99380b8ac0ecd7a54f3b6554081dcd6c0eb83f61 (plain)
1
2
3
4
fn code<T: impll Debug>() -> u8 {}
//~^ ERROR expected one of

fn main() {}