rust/compiler/rustc_lexer/src
Nicholas Nethercote 0ac1195ee0 Invert diagnostic lints.
That is, change `diagnostic_outside_of_impl` and
`untranslatable_diagnostic` from `allow` to `deny`, because more than
half of the compiler has be converted to use translated diagnostics.

This commit removes more `deny` attributes than it adds `allow`
attributes, which proves that this change is warranted.
2024-02-06 13:12:33 +11:00
..
unescape Rename the unescaping functions. 2024-01-25 12:28:11 +11:00
cursor.rs reimplement C string literals 2023-07-23 06:54:07 +00:00
lib.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
tests.rs Revert "Don't recover lifetimes/labels containing emojis as character literals" 2023-04-10 06:52:41 +00:00
unescape.rs Use unescape_unicode for raw C string literals. 2024-01-25 12:28:11 +11:00