about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2025-08-25 11:48:55 +0200
committerlcnr <rust@lcnr.de>2025-08-25 14:20:18 +0200
commitd6a18e18676f355e9f5350a9204f81c4dd2bc0f3 (patch)
tree7531f8f27fe5392efe1732aef67ea8a471ae1cb8 /compiler/rustc_hir_analysis/messages.ftl
parent14b0ba6a0543cdbbd19b5a0aaa3ae03500fb72d2 (diff)
downloadrust-d6a18e18676f355e9f5350a9204f81c4dd2bc0f3.tar.gz
rust-d6a18e18676f355e9f5350a9204f81c4dd2bc0f3.zip
change non-defining use error message
Diffstat (limited to 'compiler/rustc_hir_analysis/messages.ftl')
-rw-r--r--compiler/rustc_hir_analysis/messages.ftl4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_hir_analysis/messages.ftl b/compiler/rustc_hir_analysis/messages.ftl
index 2428c1aa29f..06f2ec512ab 100644
--- a/compiler/rustc_hir_analysis/messages.ftl
+++ b/compiler/rustc_hir_analysis/messages.ftl
@@ -509,10 +509,6 @@ hir_analysis_supertrait_item_shadowee = item from `{$supertrait}` is shadowed by
 
 hir_analysis_supertrait_item_shadowing = trait item `{$item}` from `{$subtrait}` shadows identically named item from supertrait
 
-hir_analysis_tait_forward_compat2 = item does not constrain `{$opaque_type}`
-    .note = consider removing `#[define_opaque]` or adding an empty `#[define_opaque()]`
-    .opaque = this opaque type is supposed to be constrained
-
 hir_analysis_target_feature_on_main = `main` function is not allowed to have `#[target_feature]`
 
 hir_analysis_too_large_static = extern static is too large for the target architecture