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
Auto merge of #122008 - jhpratt:rollup-g08ehpt, r=jhpratt
Rollup of 15 pull requests
Successful merges:
- #121065 (Add basic i18n guidance for `Display`)
- #121202 (Limit the number of names and values in check-cfg diagnostics)
- #121213 (Add an example to demonstrate how Rc::into_inner works)
- #121262 (Add vector time complexity)
- #121287 (Clarify/add `must_use` message for Rc/Arc/Weak::into_raw.)
- #121664 (Adjust error `yield`/`await` lowering)
- #121838 (Use the correct logic for nested impl trait in assoc types)
- #121860 (Add a tidy check that checks whether the fluent slugs only appear once)
- #121913 (Don't panic when waiting on poisoned queries)
- #121959 (Removing absolute path in proc-macro)
- #121975 (hir_analysis: enums return `None` in `find_field`)
- #121978 (Fix duplicated path in the "not found dylib" error)
- #121987 (pattern analysis: abort on arity mismatch)
- #121993 (Avoid using unnecessary queries when printing the query stack in panics)
- #121997 (interpret/cast: make more matches on FloatTy properly exhaustive)
r? `@ghost`
`@rustbot` modify labels: rollup
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
0 commit comments