aboutsummaryrefslogtreecommitdiff
path: root/macros/ui/init-unsafe.stderr
blob: 2a485339146be3a8286132548f7041d2acf49e9c (plain)
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-unsafe.rs:6:15
  |
6 |     unsafe fn init(_: init::Context) -> (Shared, Local, init::Monotonics) {}
  |               ^^^^