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