rust/tests/ui/parser/bounds-lifetime-where-1.rs

4 lines
65 B
Rust

type A where 'a; //~ ERROR expected `:`, found `;`
fn main() {}