2020-02-01 06:18:10 +01:00
|
|
|
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
|
|
|
|
|
2020-02-01 06:18:10 +01: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
|
|
|
|
|