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

12 lines
273 B
Text
Raw Normal View History

error: missing `fn`, `type`, or `const` for associated-item declaration
--> $DIR/removed-syntax-static-fn.rs:3:9
2018-10-20 23:36:17 +03:00
|
LL | impl S {
| _________^
LL | |
LL | | static fn f() {}
| |____^ missing `fn`, `type`, or `const`
2018-10-20 23:36:17 +03:00
error: aborting due to previous error