Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
parser
/
missing-fn-issue-65381-3.rs
blob: 28e5b5aa430d01f84233deff8d28a4e2d3aaaad1 [
file
]
pub
const
initial_value
()
->
Self
{
//~^ ERROR missing `fn` for function definition
//~| HELP add `fn` here to parse `initial_value` as a function
}