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:
commit
767c865f07
16 changed files with 833 additions and 437 deletions
|
@ -54,6 +54,7 @@ macro_rules! into_diagnostic_arg_using_display {
|
|||
}
|
||||
|
||||
into_diagnostic_arg_using_display!(
|
||||
ast::ParamKindOrd,
|
||||
i8,
|
||||
u8,
|
||||
i16,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue