1
Fork 0
rust/src/test/ui/parser/issues/issue-93282.rs

5 lines
49 B
Rust
Raw Normal View History

fn main() {
f<'a,>
//~^ ERROR expected
}