Function rustc_lexer::unescape::ascii_check
source · fn ascii_check(
c: char,
characters_should_be_ascii: bool
) -> Result<char, EscapeError>
fn ascii_check(
c: char,
characters_should_be_ascii: bool
) -> Result<char, EscapeError>