blob: eb68e1ef2159d033cb6ea7019d6d428eba28d105 (
plain) (
blame)
1
2
3
4
5
|
error: the `#[init]` function must have signature `fn(init::Context) -> (Shared resources struct, Local resources struct, init::Monotonics)`
--> $DIR/init-pub.rs:12:12
|
12 | pub fn init(_: init::Context) -> (Shared, Local, init::Monotonics) {}
| ^^^^
|