about summary refs log tree commit diff
path: root/compiler/rustc_parse/messages.ftl
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2025-03-14 12:47:08 +0100
committerlcnr <rust@lcnr.de>2025-03-21 09:35:31 +0100
commitd4b8fa9e4c04f3afb7daad03d6719605a8c4bb90 (patch)
tree5008bd6e2b3e6bb2086bb5959eb4b7bfa2c951f6 /compiler/rustc_parse/messages.ftl
parent5d85a714b10a9121d2ec5115f39e904174f804e1 (diff)
downloadrust-d4b8fa9e4c04f3afb7daad03d6719605a8c4bb90.tar.gz
rust-d4b8fa9e4c04f3afb7daad03d6719605a8c4bb90.zip
remove `feature(inline_const_pat)`
Diffstat (limited to 'compiler/rustc_parse/messages.ftl')
-rw-r--r--compiler/rustc_parse/messages.ftl2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_parse/messages.ftl b/compiler/rustc_parse/messages.ftl
index 6d4308cda1a..0ef3d6bc376 100644
--- a/compiler/rustc_parse/messages.ftl
+++ b/compiler/rustc_parse/messages.ftl
@@ -842,8 +842,6 @@ parse_unexpected_expr_in_pat_const_sugg = consider extracting the expression int
 
 parse_unexpected_expr_in_pat_create_guard_sugg = consider moving the expression to a match arm guard
 
-parse_unexpected_expr_in_pat_inline_const_sugg = consider wrapping the expression in an inline `const` (requires `{"#"}![feature(inline_const_pat)]`)
-
 parse_unexpected_expr_in_pat_update_guard_sugg = consider moving the expression to the match arm guard
 
 parse_unexpected_if_with_if = unexpected `if` in the condition expression