Files
rust/src/librustc_errors
Aleksey Kladov bfa5f27847 introduce unescape module
Currently, we deal with escape sequences twice: once when we lex a
string, and a second time when we unescape literals. This PR aims to
remove this duplication, by introducing a new `unescape` mode as a
single source of truth for character escaping rules
2019-05-02 15:31:57 +03:00
..
2019-02-07 03:53:01 +09:00
2018-12-25 21:08:33 -07:00
2018-12-25 21:08:33 -07:00
2019-03-28 20:19:50 -07:00
2019-02-07 03:53:01 +09:00