Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
recover
/
turbofish-arg-with-stray-colon.rs
blob: 32125211a910fe8b72424324f74efdf41b9cbedb [
file
] [
log
] [
blame
] [
edit
]
fn
foo
()
{
let
x
=
Tr
<
A
,
A
:>;
//~^ ERROR expected one of `!`, `.`, `::`, `;`, `?`, `else`, `{`, or an operator, found `,`
}
fn
main
()
{}