diff options
Diffstat (limited to 'macros/ui/init-pub.stderr')
| -rw-r--r-- | macros/ui/init-pub.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/ui/init-pub.stderr b/macros/ui/init-pub.stderr index eb68e1e..b1610ed 100644 --- a/macros/ui/init-pub.stderr +++ b/macros/ui/init-pub.stderr @@ -1,5 +1,5 @@ -error: the `#[init]` function must have signature `fn(init::Context) -> (Shared resources struct, Local resources struct, init::Monotonics)` - --> $DIR/init-pub.rs:12:12 +error: the `#[init]` function must have signature `fn(init::Context) -> (Shared resources struct, Local resources struct)` + --> ui/init-pub.rs:12:12 | -12 | pub fn init(_: init::Context) -> (Shared, Local, init::Monotonics) {} +12 | pub fn init(_: init::Context) -> (Shared, Local) {} | ^^^^ |
