mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 11:58:04 +03:00
96c28d1f69
`invalid_regex`: Show full error when string value doesn't match source changelog: [`invalid_regex`]: Show full error when parsing non-literals or regular strings containing escape sequences Fixes #4170, the escape sequence there causes the span to be incorrect which will have caused most of the confusion