diff options
Diffstat (limited to 'rtic-macros/ui/init-divergent.stderr')
| -rw-r--r-- | rtic-macros/ui/init-divergent.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rtic-macros/ui/init-divergent.stderr b/rtic-macros/ui/init-divergent.stderr new file mode 100644 index 0000000..9f6acf6 --- /dev/null +++ b/rtic-macros/ui/init-divergent.stderr @@ -0,0 +1,5 @@ +error: the `#[init]` function must have signature `fn(init::Context) -> (Shared resources struct, Local resources struct)` + --> ui/init-divergent.rs:12:8 + | +12 | fn init(_: init::Context) -> ! {} + | ^^^^ |
