rust/src/test/ui/parser/removed-syntax-static-fn.rs

10 lines
214 B
Rust
Raw Normal View History

// compile-flags: -Z parse-only
2018-07-03 12:38:14 -05:00
// ignore-tidy-linelength
struct S;
impl S {
static fn f() {}
}
2018-07-03 12:38:14 -05:00
//~^^ ERROR expected one of `async`, `const`, `crate`, `default`, `existential`, `extern`, `fn`, `pub`, `type`,