Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
removed-syntax
/
removed-syntax-fn-sigil.rs
blob: d55a032d1f278ece9904fe12b111c5bb7b9c1dd7 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
x
:
fn
~()
=
||
();
//~ ERROR missing parameters for function definition
//~| ERROR expected one of `->`, `;`, or `=`, found `~`
}