Thread with 2 posts

jump to expanded post

Rust's macro scoping is the worst. I like to document my crate's internal macros and I'll link to related macros where I can, but I sometimes can't, because macros don't have normal scope unless you export them… but they're internal macros, not intended for export 😭

Open thread at this post