27
Code Generation in Rust vs C++26
(brevzin.github.io)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Not only that. We don't just "inject" raw strings with the
syn
/quote
duality. Stringified or not, the token tree will be parse-checked into the expectedsyn
type before being used in generated code.So the distinction is both wrong and irrelevant. This is what I meant by wrong on multiple levels/layers ๐