Rollup merge of #108456 - clubby789:ast-passes-diag-migrate, r=compiler-errors

Complete migrating `ast_passes` to derive diagnostics

cc #100717

```@rustbot``` label +A-translation
This commit is contained in:
Matthias Krüger 2023-02-26 00:46:28 +01:00 committed by GitHub
commit 767c865f07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 833 additions and 437 deletions

View file

@ -54,6 +54,7 @@ macro_rules! into_diagnostic_arg_using_display {
}
into_diagnostic_arg_using_display!(
ast::ParamKindOrd,
i8,
u8,
i16,