Closed sthiele closed 4 years ago
Right, that's an expected limitation: The code within the macro still need to be valid rust tokens. I added a notice in the documentation about that in commit a9af87b0666d47846630dad262e87eb2fbdd3ba8
So you must change your code to use the ascii escape sequence (i believe that would be \x0b
)
Thanks
Parsing some C++ that uses
'\v'
I get the following error.