10 lines
196 B
Rust
10 lines
196 B
Rust
// ignore-tidy-linelength
|
|
|
|
struct S;
|
|
|
|
impl S {
|
|
static fn f() {}
|
|
}
|
|
//~^^ ERROR expected one of `async`, `const`, `crate`, `default`, `existential`, `extern`, `fn`, `pub`, `type`,
|
|
|
|
fn main() {}
|