dtolnay / paste

Macros for all your token pasting needs
Apache License 2.0
1.02k stars 56 forks source link

Reject byte literal and byte string literal inside paste #75

Closed dtolnay closed 2 years ago

dtolnay commented 2 years ago

Previously [<x b'y' z>] would turn into xbyz which is certainly not correct. I believe xyz is also not correct here. Maybe x121z would be justifiable but for now don't accept this.