pub fn desugar(src: &str) -> String
Rewrite every top-level rust { ... } block in JS source into a __rust_compile(...) call, before lexing. No-op when the source has no rust token.
rust { ... }
__rust_compile(...)
rust