diff options
Diffstat (limited to 'macros/ui/init-output.stderr')
-rw-r--r-- | macros/ui/init-output.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/ui/init-output.stderr b/macros/ui/init-output.stderr new file mode 100644 index 00000000..03e982c6 --- /dev/null +++ b/macros/ui/init-output.stderr @@ -0,0 +1,5 @@ +error: the `#[init]` function must have signature `fn(init::Context) -> (Shared resources struct, Local resources struct, init::Monotonics)` + --> $DIR/init-output.rs:6:8 + | +6 | fn init(_: init::Context) -> u32 { + | ^^^^ |