rust/tests/ui/parser/bounds-lifetime-where-1.rs
2023-01-11 09:32:08 +00:00

4 lines
65 B
Rust

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