blob: dfadefee23c15ba3df0d3a08516db16aae72d14d (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: expected one of `async`, `const`, `crate`, `default`, `extern`, `fn`, `pub`, `type`, `unsafe`, or `}`, found keyword `static`
--> $DIR/removed-syntax-static-fn.rs:4:5
|
LL | impl S {
| - expected one of 10 possible tokens
LL | static fn f() {}
| ^^^^^^ unexpected token
error: aborting due to previous error
|