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() {}