[dependencies] panic-tracing-rtt = "0"
#![no_std] use panic_tracing_rtt as _; fn main() { tracing_rtt::init(); panic!("jankincai"); }