sigils in front of macro_rules's expr nonterminal can convert a literal to a ~str #11836
Labels
A-parser
Area: The lexing & parsing of Rust source code to an AST
A-syntaxext
Area: Syntax extensions
This would appear to go against Rust's non-textual macros.
(Writing
~($e)
in the macro works.)The text was updated successfully, but these errors were encountered: