This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +0
-22
lines changed Expand file tree Collapse file tree 5 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,6 @@ const_eval_intern_kind = {$kind ->
146146 *[ other ] { " " }
147147}
148148
149- const_eval_invalid_align =
150- align has to be a power of 2
151-
152149const_eval_invalid_align_details =
153150 invalid align passed to `{ $name } `: { $align } is { $err_kind ->
154151 [ not_power_of_two ] not a power of 2
Original file line number Diff line number Diff line change @@ -181,14 +181,6 @@ infer_more_targeted = {$has_param_name ->
181181
182182infer_msl_introduces_static = introduces a `'static` lifetime requirement
183183infer_msl_unmet_req = because this has an unmet lifetime requirement
184- infer_need_type_info_in_coroutine =
185- type inside { $coroutine_kind ->
186- [ async_block ] `async` block
187- [ async_closure ] `async` closure
188- [ async_fn ] `async fn` body
189- *[ coroutine ] coroutine
190- } must be known in this context
191-
192184
193185infer_nothing = { " " }
194186
Original file line number Diff line number Diff line change @@ -562,8 +562,6 @@ lint_suspicious_double_ref_clone =
562562lint_suspicious_double_ref_deref =
563563 using `.deref()` on a double reference, which returns `{ $ty } ` instead of dereferencing the inner type
564564
565- lint_trivial_untranslatable_diag = diagnostic with static strings only
566-
567565lint_ty_qualified = usage of qualified `ty::{ $ty } `
568566 .suggestion = try importing it and using it unqualified
569567
Original file line number Diff line number Diff line change @@ -392,9 +392,6 @@ parse_invalid_identifier_with_leading_number = identifiers cannot start with a n
392392
393393parse_invalid_interpolated_expression = invalid interpolated expression
394394
395- parse_invalid_literal_suffix = suffixes on { $kind } literals are invalid
396- .label = invalid suffix `{ $suffix } `
397-
398395parse_invalid_literal_suffix_on_tuple_index = suffixes on a tuple index are invalid
399396 .label = invalid suffix `{ $suffix } `
400397 .tuple_exception_line_1 = `{ $suffix } ` is *temporarily* accepted on tuple index fields as it was incorrectly accepted on stable for a few releases
@@ -609,7 +606,6 @@ parse_nonterminal_expected_item_keyword = expected an item keyword
609606parse_nonterminal_expected_lifetime = expected a lifetime, found `{ $token } `
610607
611608parse_nonterminal_expected_statement = expected a statement
612- parse_not_supported = not supported
613609
614610parse_note_edition_guide = for more on editions, read https://doc.rust-lang.org/edition-guide
615611
Original file line number Diff line number Diff line change @@ -302,9 +302,6 @@ passes_export_name =
302302 attribute should be applied to a free function, impl method or static
303303 .label = not a free function, impl method or static
304304
305- passes_expr_not_allowed_in_context =
306- { $expr } is not allowed in a `{ $context } `
307-
308305passes_extern_main =
309306 the `main` function cannot be declared in an `extern` block
310307
@@ -405,8 +402,6 @@ passes_lang_item_on_incorrect_target =
405402 `{ $name } ` language item must be applied to a { $expected_target }
406403 .label = attribute should be applied to a { $expected_target } , not a { $actual_target }
407404
408- passes_layout =
409- layout error: { $layout_error }
410405passes_layout_abi =
411406 abi: { $abi }
412407passes_layout_align =
You can’t perform that action at this time.
0 commit comments