Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 17e8752

Browse files
committedSep 25, 2022
Auto merge of #102265 - fee1-dead-contrib:rollup-a7fccbg, r=fee1-dead
Rollup of 8 pull requests Successful merges: - #98111 (Clarify `[T]::select_nth_unstable*` return values) - #101431 (Look at move place's type when suggesting mutable reborrow) - #101800 (Constify slice.split_at_mut(_unchecked)) - #101997 (Remove support for legacy PM) - #102194 (Note the type when unable to drop values in compile time) - #102200 (Constify Default impl's for Arrays and Tuples.) - #102245 (Constify cmp_min_max_by.) - #102259 (Type-annotate and simplify documentation of Option::unwrap_or_default) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents 4652f5e + c50303c commit 17e8752

File tree

63 files changed

+315
-862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+315
-862
lines changed
 

‎Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3263,7 +3263,6 @@ dependencies = [
32633263
"bitflags",
32643264
"cstr",
32653265
"libc",
3266-
"libloading",
32673266
"measureme",
32683267
"object 0.29.0",
32693268
"rustc-demangle",

‎compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ impl<'cx, 'tcx> MirBorrowckCtxt<'cx, 'tcx> {
198198
move_span,
199199
move_spans,
200200
*moved_place,
201-
Some(used_place),
202201
partially_str,
203202
loop_message,
204203
move_msg,

0 commit comments

Comments
 (0)
Please sign in to comment.