1 2 3 4 5 6
extern crate panic_at_the_disco; fn main() { panic_at_the_disco::init(); panic!("at the disco"); }