diff options
| author | Michael Goulet <michael@errs.io> | 2025-04-25 16:14:24 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2025-04-27 22:05:07 +0000 |
| commit | 3ab6051b95130bf5e8363a04bae4b9b5c64a8678 (patch) | |
| tree | 8c6601ccacc39b7337591274474f17614cb946f6 /compiler/rustc_hir_analysis/messages.ftl | |
| parent | be181dd75c83d72fcc95538e235768bc367b76b9 (diff) | |
| download | rust-3ab6051b95130bf5e8363a04bae4b9b5c64a8678.tar.gz rust-3ab6051b95130bf5e8363a04bae4b9b5c64a8678.zip | |
Move inline_asm to typeck, properly handle aliases
Diffstat (limited to 'compiler/rustc_hir_analysis/messages.ftl')
| -rw-r--r-- | compiler/rustc_hir_analysis/messages.ftl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_hir_analysis/messages.ftl b/compiler/rustc_hir_analysis/messages.ftl index 92701e3328e..277bb7bd3e1 100644 --- a/compiler/rustc_hir_analysis/messages.ftl +++ b/compiler/rustc_hir_analysis/messages.ftl @@ -450,9 +450,6 @@ hir_analysis_recursive_generic_parameter = {$param_def_kind} `{$param_name}` is hir_analysis_redundant_lifetime_args = unnecessary lifetime parameter `{$victim}` .note = you can use the `{$candidate}` lifetime directly, in place of `{$victim}` -hir_analysis_register_type_unstable = - type `{$ty}` cannot be used with this register class in stable - hir_analysis_requires_note = the `{$trait_name}` impl for `{$ty}` requires that `{$error_predicate}` hir_analysis_return_type_notation_equality_bound = |
