UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Also renames: - sym::AddSubdiagnostic to sym:: Subdiagnostic - rustc_diagnostic_item = "AddSubdiagnostic" to rustc_diagnostic_item = "Subdiagnostic"
This commit is contained in:
parent
a3396b2070
commit
5f91719f75
24 changed files with 130 additions and 128 deletions
|
@ -125,7 +125,6 @@ symbols! {
|
|||
Symbols {
|
||||
AcqRel,
|
||||
Acquire,
|
||||
AddSubdiagnostic,
|
||||
Alignment,
|
||||
Any,
|
||||
Arc,
|
||||
|
@ -283,6 +282,7 @@ symbols! {
|
|||
String,
|
||||
StructuralEq,
|
||||
StructuralPartialEq,
|
||||
Subdiagnostic,
|
||||
SubdiagnosticMessage,
|
||||
Sync,
|
||||
T,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue