rust/src/test/ui/parser/issue-15914.rs

5 lines
79 B
Rust

fn main() {
let ref
(); //~ ERROR expected identifier, found `(`
}