mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
51c5eee9e6
Rework `octal_escapes` Main changes are not doing UTF-8 decoding, noting each occurrence as an individual lint emission, and narrowing the span to point to the escape itself. changelog: none