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