You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_parse/messages.ftl
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -473,9 +473,6 @@ parse_invalid_label =
473
473
474
474
parse_invalid_literal_suffix_on_tuple_index = suffixes on a tuple index are invalid
475
475
.label = invalid suffix `{$suffix}`
476
-
.tuple_exception_line_1 = `{$suffix}` is *temporarily* accepted on tuple index fields as it was incorrectly accepted on stable for a few releases
477
-
.tuple_exception_line_2 = on proc macros, you'll want to use `syn::Index::from` or `proc_macro::Literal::*_unsuffixed` for code that will desugar to tuple field access
478
-
.tuple_exception_line_3 = see issue #60210 <https://github.com/rust-lang/rust/issues/60210> for more information
479
476
480
477
parse_invalid_logical_operator = `{$incorrect}` is not a logical operator
481
478
.note = unlike in e.g., Python and PHP, `&&` and `||` are used for logical operators
0 commit comments