about summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/messages.ftl
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2025-03-06 20:50:51 +0000
committerMichael Goulet <michael@errs.io>2025-03-23 14:11:04 +0000
commiteb3707e4b49e7d19d048cf2187d6e3643be9dba2 (patch)
treec7805bcb8ecb88c43c90e48eac1eaa6acd795850 /compiler/rustc_ast_lowering/messages.ftl
parent97fc1f62d8c3f9b725b827540389a8874501c96e (diff)
downloadrust-eb3707e4b49e7d19d048cf2187d6e3643be9dba2.tar.gz
rust-eb3707e4b49e7d19d048cf2187d6e3643be9dba2.zip
Stabilize precise_capturing_in_traits
Diffstat (limited to 'compiler/rustc_ast_lowering/messages.ftl')
-rw-r--r--compiler/rustc_ast_lowering/messages.ftl3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_ast_lowering/messages.ftl b/compiler/rustc_ast_lowering/messages.ftl
index 65e5b530bbe..5ef76fb64aa 100644
--- a/compiler/rustc_ast_lowering/messages.ftl
+++ b/compiler/rustc_ast_lowering/messages.ftl
@@ -141,9 +141,6 @@ ast_lowering_never_pattern_with_guard =
 
 ast_lowering_no_precise_captures_on_apit = `use<...>` precise capturing syntax not allowed in argument-position `impl Trait`
 
-ast_lowering_no_precise_captures_on_rpitit = `use<...>` precise capturing syntax is currently not allowed in return-position `impl Trait` in traits
-    .note = currently, return-position `impl Trait` in traits and trait implementations capture all lifetimes in scope
-
 ast_lowering_previously_used_here = previously used here
 
 ast_lowering_register1 = register `{$reg1_name}`