goffrie / plex

a parser and lexer generator as a Rust procedural macro
Apache License 2.0
410 stars 28 forks source link

Fix for nightly as of 2017-10-05 #25

Closed dskyle closed 6 years ago

dskyle commented 6 years ago

Not sure what the new diag argument to str_lit is supposed to do, so just left it None. This appears to be the same as old behavior.

goffrie commented 6 years ago

Thanks!