blob: 983c46926a32da611b0650e2c4c409286c843b0f (
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-input.rs:12:8
|
12 | fn init(_: init::Context, _undef: u32) -> (Shared, Local, init::Monotonics) {}
| ^^^^
|