index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
parser
/
issues
/
issue-70552-ascription-in-parens-after-call.rs
blob: 9b6dd7db4beb38d7c1cc53f169c6a921c600fd47 (
plain
)
1
2
3
fn
main
()
{
expr
as
fun
()(
:
);
//~ ERROR expected expression
}