1
Fork 0

Update some more cases of "type" -> "$message_type"

This commit is contained in:
David Tolnay 2023-11-20 16:02:04 -08:00
parent 8aa4fb57f1
commit fe50c5359e
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 4 additions and 3 deletions

View file

@ -317,7 +317,8 @@ struct ArtifactNotification<'a> {
#[derive(Serialize)]
struct FutureBreakageItem<'a> {
// Actually Diagnostic, but we want to make sure it gets serialized with `type`.
// Always EmitTyped::Diagnostic, but we want to make sure it gets serialized
// with "$message_type".
diagnostic: EmitTyped<'a>,
}