@@ -59,7 +59,6 @@ parse_bare_cr = {$double_quotes ->
59
59
60
60
parse_bare_cr_in_raw_string = bare CR not allowed in raw string
61
61
62
- parse_binary_float_literal_not_supported = binary float literal is not supported
63
62
parse_bounds_not_allowed_on_trait_aliases = bounds are not allowed on trait aliases
64
63
65
64
parse_box_not_pat = expected pattern, found { $descr }
@@ -284,7 +283,6 @@ parse_generics_in_path = unexpected generic arguments in path
284
283
285
284
parse_help_set_edition_cargo = set `edition = "{ $edition } "` in `Cargo.toml`
286
285
parse_help_set_edition_standalone = pass `--edition { $edition } ` to `rustc`
287
- parse_hexadecimal_float_literal_not_supported = hexadecimal float literal is not supported
288
286
parse_if_expression_missing_condition = missing condition for `if` expression
289
287
.condition_label = expected condition here
290
288
.block_label = if this block is the condition of the `if` expression, then it must be followed by another block
@@ -356,8 +354,6 @@ parse_inner_doc_comment_not_permitted = expected outer doc comment
356
354
.label_does_not_annotate_this = the inner doc comment doesn't annotate this { $item }
357
355
.sugg_change_inner_to_outer = to annotate the { $item } , change the doc comment from inner to outer style
358
356
359
- parse_int_literal_too_large = integer literal is too large
360
-
361
357
parse_invalid_block_macro_segment = cannot use a `block` macro fragment here
362
358
.label = the `block` fragment is within this context
363
359
.suggestion = wrap this in another block
@@ -382,18 +378,8 @@ parse_invalid_dyn_keyword = invalid `dyn` keyword
382
378
.suggestion = remove this keyword
383
379
384
380
parse_invalid_expression_in_let_else = a `{ $operator } ` expression cannot be directly assigned in `let...else`
385
- parse_invalid_float_literal_suffix = invalid suffix `{ $suffix } ` for float literal
386
- .label = invalid suffix `{ $suffix } `
387
- .help = valid suffixes are `f32` and `f64`
388
-
389
- parse_invalid_float_literal_width = invalid width `{ $width } ` for float literal
390
- .help = valid widths are 32 and 64
391
-
392
381
parse_invalid_identifier_with_leading_number = identifiers cannot start with a number
393
382
394
- parse_invalid_int_literal_width = invalid width `{ $width } ` for integer literal
395
- .help = valid widths are 8, 16, 32, 64 and 128
396
-
397
383
parse_invalid_interpolated_expression = invalid interpolated expression
398
384
399
385
parse_invalid_literal_suffix = suffixes on { $kind } literals are invalid
@@ -412,14 +398,6 @@ parse_invalid_logical_operator = `{$incorrect}` is not a logical operator
412
398
413
399
parse_invalid_meta_item = expected unsuffixed literal or identifier, found `{ $token } `
414
400
415
- parse_invalid_num_literal_base_prefix = invalid base prefix for number literal
416
- .note = base prefixes (`0xff`, `0b1010`, `0o755`) are lowercase
417
- .suggestion = try making the prefix lowercase
418
-
419
- parse_invalid_num_literal_suffix = invalid suffix `{ $suffix } ` for number literal
420
- .label = invalid suffix `{ $suffix } `
421
- .help = the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
422
-
423
401
parse_invalid_unicode_escape = invalid unicode character escape
424
402
.label = invalid escape
425
403
.help = unicode escape must { $surrogate ->
@@ -603,13 +581,6 @@ parse_no_brace_unicode_escape = incorrect unicode escape sequence
603
581
604
582
parse_no_digits_literal = no valid digits found for number
605
583
606
- parse_non_item_in_item_list = non-item in item list
607
- .suggestion_use_const_not_let = consider using `const` instead of `let` for associated const
608
- .label_list_start = item list starts here
609
- .label_non_item = non-item starts here
610
- .label_list_end = item list ends here
611
- .suggestion_remove_semicolon = consider removing this semicolon
612
-
613
584
parse_non_string_abi_literal = non-string ABI literal
614
585
.suggestion = specify the ABI with a string literal
615
586
@@ -626,7 +597,6 @@ parse_note_mut_pattern_usage = `mut` may be followed by `variable` and `variable
626
597
627
598
parse_note_pattern_alternatives_use_single_vert = alternatives in or-patterns are separated with `|`, not `||`
628
599
629
- parse_octal_float_literal_not_supported = octal float literal is not supported
630
600
parse_or_pattern_not_allowed_in_fn_parameters = top-level or-patterns are not allowed in function parameters
631
601
parse_or_pattern_not_allowed_in_let_binding = top-level or-patterns are not allowed in `let` bindings
632
602
parse_out_of_range_hex_escape = out of range hex escape
0 commit comments