diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-02-23 16:01:50 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-02-28 08:55:37 +1100 |
| commit | 9b3520e876afc22d2ca79860a7e5b16631b89445 (patch) | |
| tree | 4ea0d53079c0bbda5c91e5abcd6dd602470b1b0d /compiler/rustc_errors/src/lib.rs | |
| parent | 6280a8c3fee0cc580a0294318ff26931d27fbf74 (diff) | |
| download | rust-9b3520e876afc22d2ca79860a7e5b16631b89445.tar.gz rust-9b3520e876afc22d2ca79860a7e5b16631b89445.zip | |
Rename `DiagnosticStyledString` as `DiagStyledString`.
Diffstat (limited to 'compiler/rustc_errors/src/lib.rs')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index c0de23d0916..bc338b01d8b 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -38,8 +38,8 @@ extern crate self as rustc_errors; pub use codes::*; pub use diagnostic::{ AddToDiagnostic, BugAbort, DecorateLint, Diag, DiagArg, DiagArgMap, DiagArgName, DiagArgValue, - DiagInner, DiagnosticStyledString, EmissionGuarantee, FatalAbort, IntoDiagnostic, - IntoDiagnosticArg, StringPart, Subdiag, SubdiagnosticMessageOp, + DiagInner, DiagStyledString, EmissionGuarantee, FatalAbort, IntoDiagnostic, IntoDiagnosticArg, + StringPart, Subdiag, SubdiagnosticMessageOp, }; pub use diagnostic_impls::{ DiagArgFromDisplay, DiagSymbolList, ExpectedLifetimeParameter, IndicateAnonymousLifetime, |
