"```rust..." <- > <@dirbaio:matrix.org> ```rust > #![no_std] > > use defmt::*; > use {defmt_rtt as _, panic_probe as _}; > > fn main() { > info!("Hello World!"); > } so this would compile and run fine