about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2025-04-25 16:14:24 +0000
committerMichael Goulet <michael@errs.io>2025-04-27 22:05:07 +0000
commit3ab6051b95130bf5e8363a04bae4b9b5c64a8678 (patch)
tree8c6601ccacc39b7337591274474f17614cb946f6 /compiler/rustc_hir_analysis/messages.ftl
parentbe181dd75c83d72fcc95538e235768bc367b76b9 (diff)
downloadrust-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.ftl3
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 =