2019-12-01 07:24:07 +01:00
|
|
|
error: associated function in `impl` without body
|
|
|
|
--> $DIR/impl-item-fn-no-body-semantic-fail.rs:6:5
|
|
|
|
|
|
|
|
|
LL | fn f();
|
|
|
|
| ^^^^^^-
|
|
|
|
| |
|
|
|
|
| help: provide a definition for the function: `{ <body> }`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-12-01 07:24:07 +01:00
|
|
|
|