mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
856c2850cd
7865: preserve escape sequences when replacing string with char r=Veykril a=jDomantas Currently it replaces escape sequence with the actual value, which is very wrong for `"\n"`. Co-authored-by: Domantas Jadenkus <djadenkus@gmail.com>