File tree 5 files changed +0
-22
lines changed
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 ->
146
146
*[ other ] { " " }
147
147
}
148
148
149
- const_eval_invalid_align =
150
- align has to be a power of 2
151
-
152
149
const_eval_invalid_align_details =
153
150
invalid align passed to `{ $name } `: { $align } is { $err_kind ->
154
151
[ 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 ->
181
181
182
182
infer_msl_introduces_static = introduces a `'static` lifetime requirement
183
183
infer_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
-
192
184
193
185
infer_nothing = { " " }
194
186
Original file line number Diff line number Diff line change @@ -562,8 +562,6 @@ lint_suspicious_double_ref_clone =
562
562
lint_suspicious_double_ref_deref =
563
563
using `.deref()` on a double reference, which returns `{ $ty } ` instead of dereferencing the inner type
564
564
565
- lint_trivial_untranslatable_diag = diagnostic with static strings only
566
-
567
565
lint_ty_qualified = usage of qualified `ty::{ $ty } `
568
566
.suggestion = try importing it and using it unqualified
569
567
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
392
392
393
393
parse_invalid_interpolated_expression = invalid interpolated expression
394
394
395
- parse_invalid_literal_suffix = suffixes on { $kind } literals are invalid
396
- .label = invalid suffix `{ $suffix } `
397
-
398
395
parse_invalid_literal_suffix_on_tuple_index = suffixes on a tuple index are invalid
399
396
.label = invalid suffix `{ $suffix } `
400
397
.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
609
606
parse_nonterminal_expected_lifetime = expected a lifetime, found `{ $token } `
610
607
611
608
parse_nonterminal_expected_statement = expected a statement
612
- parse_not_supported = not supported
613
609
614
610
parse_note_edition_guide = for more on editions, read https://doc.rust-lang.org/edition-guide
615
611
Original file line number Diff line number Diff line change @@ -302,9 +302,6 @@ passes_export_name =
302
302
attribute should be applied to a free function, impl method or static
303
303
.label = not a free function, impl method or static
304
304
305
- passes_expr_not_allowed_in_context =
306
- { $expr } is not allowed in a `{ $context } `
307
-
308
305
passes_extern_main =
309
306
the `main` function cannot be declared in an `extern` block
310
307
@@ -405,8 +402,6 @@ passes_lang_item_on_incorrect_target =
405
402
`{ $name } ` language item must be applied to a { $expected_target }
406
403
.label = attribute should be applied to a { $expected_target } , not a { $actual_target }
407
404
408
- passes_layout =
409
- layout error: { $layout_error }
410
405
passes_layout_abi =
411
406
abi: { $abi }
412
407
passes_layout_align =
You can’t perform that action at this time.
0 commit comments