blob: fd0b8f36ffca6e00cd8a9d98be3dad4ae03f1776 (
plain) (
blame)
1
2
3
4
5
|
error: the `#[init]` function must have signature `fn(init::Context) -> (Shared resources struct, Local resources struct)`
--> ui/init-unsafe.rs:6:15
|
6 | unsafe fn init(_: init::Context) -> (Shared, Local) {}
| ^^^^
|