Convert to inline diagnostics in rustc_lint

This commit is contained in:
Jonathan Brouwer
2026-02-06 14:58:56 +01:00
parent c7f5f3e0d5
commit c814f76c06
17 changed files with 1307 additions and 1813 deletions
+1 -5
View File
@@ -111,11 +111,7 @@ pub fn default_translator() -> Translator {
Translator::with_fallback_bundle(DEFAULT_LOCALE_RESOURCES.to_vec(), false)
}
pub static DEFAULT_LOCALE_RESOURCES: &[&str] = &[
// tidy-alphabetical-start
rustc_lint::DEFAULT_LOCALE_RESOURCE,
// tidy-alphabetical-end
];
pub static DEFAULT_LOCALE_RESOURCES: &[&str] = &[];
/// Exit status code used for successful compilation and help output.
pub const EXIT_SUCCESS: i32 = 0;