Sign in
rust
/
rust
/
0883b8cc7926859cd296afde42c5b2d7aaae5ce5
/
.
/
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
}