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