rust/tests/ui/parser/issues/issue-70552-ascription-in-parens-after-call.rs

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

4 lines
66 B
Rust
Raw Normal View History

fn main() {
expr as fun()(:); //~ ERROR expected expression
}