1
Fork 0

Complete migrating ast_passes to derive diagnostics

This commit is contained in:
clubby789 2023-02-25 13:53:42 +00:00
parent 07c993eba8
commit 885f9e72d7
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,