Can you combine strings to generate new variable names in a Rust macro? For example, something like: macro_rules! expand( ($x:ident) => ( let mut x_$x = 0; ) ...
確定! 回上一頁