rust/compiler
Nicholas Nethercote 119b1d0c63 Eliminate is_byte: bool args in unescaping code.
These don't really make sense since C string literals were added. This
commit removes them in favour for `mode: Mode` args. `ascii_check` still
has a `characters_should_be_ascii: bool` arg.

Also, `characters_should_be_ascii` is renamed to be shorter.
2023-12-09 09:30:32 +11:00
..
2023-12-04 14:33:46 -08:00
2023-12-04 13:03:37 -08:00
2023-12-04 18:57:41 +11:00
2023-12-05 17:15:46 +00:00