Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-70552-ascription-in-parens-after-call.rs
blob: 9b6dd7db4beb38d7c1cc53f169c6a921c600fd47 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
expr
as
fun
()(:);
//~ ERROR expected expression
}