Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-70552-ascription-in-parens-after-call.rs
blob: 9b6dd7db4beb38d7c1cc53f169c6a921c600fd47 [
file
]
fn
main
()
{
expr
as
fun
()(:);
//~ ERROR expected expression
}