rust/compiler/rustc_parse/src/lexer
Nicholas Nethercote e3b7ecc1ef Remove one use of span_bug_no_panic.
It's unclear why this is used here. All entries in the third column of
`UNICODE_ARRAY` are covered by `ASCII_ARRAY`, so if the lookup fails
it's a genuine compiler bug. It was added way back in #29837, for no
clear reason.

This commit changes it to `span_bug`, which is more typical.
2023-12-14 15:53:55 +11:00
..
diagnostics.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
mod.rs Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
tokentrees.rs Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
unescape_error_reporting.rs Fix suggestion for attempting to define a string with single quotes 2023-08-16 21:51:57 +01:00
unicode_chars.rs Remove one use of span_bug_no_panic. 2023-12-14 15:53:55 +11:00