Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
removed-syntax-fn-sigil.rs
blob: 725843429c0034bede969c9049e49f6be3f99864 [
file
] [
log
] [
blame
]
fn
main
()
{
let
x
:
fn
~()
=
||
();
//~ ERROR expected `(`, found `~`
}