Closed dtolnay closed 2 years ago
Fixes this observation from #199.
Surprisingly, the suggestion rustfix makes does actually work, which also seems like a bug to me -- I would have expected the __arg0 arguments to have some kind of hygiene which prevented them from being named.
__arg0
Fixes this observation from #199.