extern crate proc_macro; // 这是Rust 提供的用来处理程序宏的 use proc_macro::TokenStream; #[proc_macro] pub fn make_answer(_item: ...
確定! 回上一頁