Comment by pwdisswordfishq
2 days ago
So how do I take a shared reference to a variable named "raw"?
Complicating the grammar for no good reason. This should have stayed a macro.
2 days ago
So how do I take a shared reference to a variable named "raw"?
Complicating the grammar for no good reason. This should have stayed a macro.
Rust allows you to use a literal iirc like r#raw, which helps with migration. This isn't too different from Zig's @"var" for example, which I'm glad modern languages have an escape hatch for naming things that don't parse normally.
https://play.rust-lang.org/?version=stable&mode=debug&editio...
`raw` is a contextual keyword.