diff options
| author | bors <bors@rust-lang.org> | 2024-03-11 00:34:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-03-11 00:34:44 +0000 |
| commit | cd81f5b27ee00b49d413db50b5e6af871cebcf23 (patch) | |
| tree | de825c76d6714c2be261ff363eb2c840c2484578 /compiler/rustc_span | |
| parent | 76ee6fc926032c16a5706086922fc1125c061b70 (diff) | |
| parent | 43c06335cf2d1cc6b12fcfa5b8795d9becc52e8c (diff) | |
| download | rust-cd81f5b27ee00b49d413db50b5e6af871cebcf23.tar.gz rust-cd81f5b27ee00b49d413db50b5e6af871cebcf23.zip | |
Auto merge of #122132 - nnethercote:diag-renaming3, r=nnethercote
Diagnostic renaming 3 A sequel to https://github.com/rust-lang/rust/pull/121780. r? `@davidtwco`
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 708349e85ae..a8426d78cac 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -129,7 +129,6 @@ symbols! { Abi, AcqRel, Acquire, - AddToDiagnostic, Any, Arc, ArcWeak, @@ -184,10 +183,10 @@ symbols! { DebugStruct, Decodable, Decoder, - DecorateLint, Default, Deref, DiagMessage, + Diagnostic, DirBuilder, Display, DoubleEndedIterator, @@ -223,7 +222,6 @@ symbols! { Input, Instant, Into, - IntoDiagnostic, IntoFuture, IntoIterator, IoLines, @@ -243,6 +241,7 @@ symbols! { Layout, Left, LinkedList, + LintDiagnostic, LintPass, LocalKey, Mutex, @@ -305,6 +304,7 @@ symbols! { String, StructuralPartialEq, SubdiagMessage, + Subdiagnostic, Sync, T, Target, |
