diff options
| author | clubby789 <jamie@hill-daniel.co.uk> | 2023-02-25 13:53:42 +0000 |
|---|---|---|
| committer | clubby789 <jamie@hill-daniel.co.uk> | 2023-02-25 15:19:13 +0000 |
| commit | 885f9e72d742341179ff697869d6f233e4136626 (patch) | |
| tree | 81b9be5aebe9904aaf8abda83b2eaa0272dba49f /compiler/rustc_errors/src | |
| parent | 07c993eba8b76eae497e98433ae075b00f01be10 (diff) | |
| download | rust-885f9e72d742341179ff697869d6f233e4136626.tar.gz rust-885f9e72d742341179ff697869d6f233e4136626.zip | |
Complete migrating `ast_passes` to derive diagnostics
Diffstat (limited to 'compiler/rustc_errors/src')
| -rw-r--r-- | compiler/rustc_errors/src/diagnostic_impls.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_errors/src/diagnostic_impls.rs b/compiler/rustc_errors/src/diagnostic_impls.rs index d4ddd0c53bf..e82bad67b21 100644 --- a/compiler/rustc_errors/src/diagnostic_impls.rs +++ b/compiler/rustc_errors/src/diagnostic_impls.rs @@ -54,6 +54,7 @@ macro_rules! into_diagnostic_arg_using_display { } into_diagnostic_arg_using_display!( + ast::ParamKindOrd, i8, u8, i16, |
