1 use proc_macro_hack::proc_macro_hack; 2 3 #[proc_macro_hack] 4 pub struct What; 5 main()6 fn main() {} 7