Port dead_code lints to be translatable.

This commit is contained in:
Charles Lew 2022-10-22 18:48:20 +08:00
parent 56f132565e
commit 113e8dfb72
11 changed files with 236 additions and 99 deletions

View file

@ -376,7 +376,7 @@ pub use diagnostic::{
DiagnosticStyledString, IntoDiagnosticArg, SubDiagnostic,
};
pub use diagnostic_builder::{DiagnosticBuilder, EmissionGuarantee, Noted};
pub use diagnostic_impls::DiagnosticArgFromDisplay;
pub use diagnostic_impls::{DiagnosticArgFromDisplay, DiagnosticSymbolList};
use std::backtrace::Backtrace;
/// A handler deals with errors and other compiler output.