// This macro only works on main function. use termination::display; #[display] fn not_main() {} fn main() {}