Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
test
/
ui
/
parser
/
removed-syntax-static-fn.rs
blob: 0caddb9855d83224a7d0eadb56ff329ede03e5c9 [
file
] [
log
] [
blame
]
struct
S
;
impl
S
{
static
fn
f
()
{}
//~^ ERROR expected one of `async`, `const`, `crate`, `default`, `extern`, `fn`, `pub`, `type`,
}
fn
main
()
{}