1
Fork 0
rust/src/test/ui/parser/removed-syntax-static-fn.stderr

11 lines
344 B
Text
Raw Normal View History

2019-10-22 11:46:19 -07:00
error: expected one of `async`, `const`, `crate`, `default`, `extern`, `fn`, `pub`, `type`, `unsafe`, or `}`, found keyword `static`
2019-07-30 00:11:58 +01:00
--> $DIR/removed-syntax-static-fn.rs:4:5
2018-10-20 23:36:17 +03:00
|
LL | impl S {
| - expected one of 10 possible tokens
2018-10-20 23:36:17 +03:00
LL | static fn f() {}
| ^^^^^^ unexpected token
error: aborting due to previous error