rust/tests/ui/parser/issues/issue-15914.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
79 B
Rust
Raw Normal View History

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