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 #146185 - Zalathar:rollup-n14lyv6, r=Zalathar
Rollup of 24 pull requests
Successful merges:
- #140459 (Add `read_buf` equivalents for positioned reads)
- #143725 (core: add Peekable::next_if_map)
- #145209 (Stabilize `path_add_extension`)
- #145342 (fix drop scope for `super let` bindings within `if let`)
- #145750 (raw_vec.rs: Remove superfluous fn alloc_guard)
- #145827 (On unused binding or binding not present in all patterns, suggest potential typo of unit struct/variant or const)
- #145932 (Allow `inline(always)` with a target feature behind a unstable feature `target_feature_inline_always`.)
- #145962 (Ensure we emit an allocator shim when only some crate types need one)
- #145963 (Add LSX accelerated implementation for source file analysis)
- #146054 (add `#[must_use]` to `array::repeat`)
- #146090 (Derive `PartialEq` for `InvisibleOrigin`)
- #146112 (don't uppercase error messages)
- #146120 (Correct typo in `rustc_errors` comment)
- #146124 (Test `rustc-dev` in `distcheck`)
- #146127 (Rename `ToolRustc` to `ToolRustcPrivate`)
- #146131 (rustdoc-search: add test case for indexing every item type)
- #146134 (llvm: nvptx: Layout update to match LLVM)
- #146136 (docs(std): add missing closing code block fences in doc comments)
- #146137 (Disallow frontmatter in `--cfg` and `--check-cfg` arguments)
- #146140 (compiletest: cygwin follows windows in using PATH for dynamic libraries)
- #146150 (fix(rustdoc): match rustc `--emit` precedence )
- #146155 (Make bootstrap self test parallel)
- #146161 ([rustdoc] Uncomment code to add scraped rustdoc examples in loaded paths)
- #146172 (triagebot: configure some pings when certain attributes are used)
r? `@ghost`
`@rustbot` modify labels: rollup
compact `cfg(target(..))` is experimental and subject to change
153
153
154
-
attr_parsing_unstable_feature_bound_incompatible_stability = Item annotated with `#[unstable_feature_bound]` should not be stable
154
+
attr_parsing_unstable_feature_bound_incompatible_stability = item annotated with `#[unstable_feature_bound]` should not be stable
155
155
.help = If this item is meant to be stable, do not use any functions annotated with `#[unstable_feature_bound]`. Otherwise, mark this item as unstable with `#[unstable]`
.note = only 'staticlib', 'bin', and 'cdylib' outputs are supported with LTO
41
41
42
42
codegen_ssa_error_calling_dlltool =
43
-
Error calling dlltool '{$dlltool_path}': {$error}
43
+
error calling dlltool '{$dlltool_path}': {$error}
44
44
45
45
codegen_ssa_error_creating_import_library =
46
-
Error creating import library for {$lib_name}: {$error}
46
+
error creating import library for {$lib_name}: {$error}
47
47
48
48
codegen_ssa_error_creating_remark_dir = failed to create remark directory: {$error}
49
49
50
50
codegen_ssa_error_writing_def_file =
51
-
Error writing .DEF file: {$error}
51
+
error writing .DEF file: {$error}
52
52
53
53
codegen_ssa_expected_name_value_pair = expected name value pair
54
54
@@ -264,9 +264,9 @@ codegen_ssa_shuffle_indices_evaluation = could not evaluate shuffle_indices at c
264
264
265
265
codegen_ssa_specify_libraries_to_link = use the `-l` flag to specify native libraries to link
266
266
267
-
codegen_ssa_static_library_native_artifacts = Link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.
267
+
codegen_ssa_static_library_native_artifacts = link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.
268
268
269
-
codegen_ssa_static_library_native_artifacts_to_file = Native artifacts to link against have been written to {$path}. The order and any duplication can be significant on some platforms.
269
+
codegen_ssa_static_library_native_artifacts_to_file = native artifacts to link against have been written to {$path}. The order and any duplication can be significant on some platforms.
270
270
271
271
codegen_ssa_stripping_debug_info_failed = stripping debug info with `{$util}` failed: {$status}
272
272
.note = {$output}
@@ -364,13 +364,13 @@ codegen_ssa_unable_to_run = unable to run `{$util}`: {$error}
364
364
365
365
codegen_ssa_unable_to_run_dsymutil = unable to run `dsymutil`: {$error}
366
366
367
-
codegen_ssa_unable_to_write_debugger_visualizer = Unable to write debugger visualizer file `{$path}`: {$error}
367
+
codegen_ssa_unable_to_write_debugger_visualizer = unable to write debugger visualizer file `{$path}`: {$error}
368
368
369
369
codegen_ssa_unexpected_parameter_name = unexpected parameter name
370
370
.label = expected `{$prefix_nops}` or `{$entry_nops}`
371
371
372
372
codegen_ssa_unknown_archive_kind =
373
-
Don't know how to build archive of type: {$kind}
373
+
don't know how to build archive of type: {$kind}
374
374
375
375
codegen_ssa_unknown_ctarget_feature =
376
376
unknown and unstable feature specified for `-Ctarget-feature`: `{$feature}`
0 commit comments