"Hmm, it doesn't seem possible to..." <- > <@michael.desilva:matrix.org> Hmm, it doesn't seem possible to define this in a module? I'd prefer not to clutter main with async task defs > > ```rust > 155 | #[embassy_executor::task] > | ^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible > = note: this error originates in the attribute macro `embassy_executor::task` (in Nightly builds, run with -Z macro-backtrace for more info) > ``` Hmm, I'm doing this in modules and that works fine for me. 🤔