rust/compiler/rustc_parse_format/src
Nicholas Nethercote 86f371ed59 Rename the unescaping functions.
`unescape_literal` becomes `unescape_unicode`, and `unescape_c_string`
becomes `unescape_mixed`. Because rfc3349 will mean that C string
literals will no longer be the only mixed utf8 literals.
2024-01-25 12:28:11 +11:00
..
lib.rs Rename the unescaping functions. 2024-01-25 12:28:11 +11:00
tests.rs Fix unit tests 2023-07-19 16:37:09 +00:00