diff options
| author | Michael Goulet <michael@errs.io> | 2025-02-24 20:36:15 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2025-03-03 23:53:42 +0000 |
| commit | 06072468fe8de249a39d2fcc42cea51db2649a80 (patch) | |
| tree | 15da074f5bb29d374588fde247e1ee1c7c236513 /compiler/rustc_hir_analysis/messages.ftl | |
| parent | e4dfca8ac240d517e5d7008333fd7d3367d0176f (diff) | |
| download | rust-06072468fe8de249a39d2fcc42cea51db2649a80.tar.gz rust-06072468fe8de249a39d2fcc42cea51db2649a80.zip | |
Fix associated type errors too
Diffstat (limited to 'compiler/rustc_hir_analysis/messages.ftl')
| -rw-r--r-- | compiler/rustc_hir_analysis/messages.ftl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_hir_analysis/messages.ftl b/compiler/rustc_hir_analysis/messages.ftl index 3f75cce0092..c2a6b5a890e 100644 --- a/compiler/rustc_hir_analysis/messages.ftl +++ b/compiler/rustc_hir_analysis/messages.ftl @@ -620,6 +620,8 @@ hir_analysis_variances_of = {$variances} hir_analysis_where_clause_on_main = `main` function is not allowed to have a `where` clause .label = `main` cannot have a `where` clause +hir_analysis_within_macro = due to this macro variable + hir_analysis_wrong_number_of_generic_arguments_to_intrinsic = intrinsic has wrong number of {$descr} parameters: found {$found}, expected {$expected} .label = expected {$expected} {$descr} {$expected -> |
