mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
382ec81061
macro_metavar_expr_concat: explain why idents are invalid Recently I've been playing around with `macro_metavar_expr_concat` and in the process wasted more time than I'd have liked on debugging my dodgy idents. This should make that experience much nicer going forward.