Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rebase fallout.
  • Loading branch information
cjgillot committed Nov 1, 2023
commit 0f8f77fcc20cc5c44b5aa56b5e43620c0c44128e
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
StorageLive(_12);
StorageLive(_15);
_12 = discriminant(_6);
switchInt(move _12) -> [0: bb7, 1: bb5, otherwise: bb6];
switchInt(move _12) -> [0: bb6, 1: bb5, otherwise: bb2];
}

bb5: {
Expand All @@ -99,10 +99,6 @@
}

bb6: {
unreachable;
}

bb7: {
_5 = move ((_6 as Ok).0: std::ptr::NonNull<[u8]>);
StorageDead(_15);
StorageDead(_12);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
StorageLive(_12);
StorageLive(_15);
_12 = discriminant(_6);
switchInt(move _12) -> [0: bb7, 1: bb5, otherwise: bb6];
switchInt(move _12) -> [0: bb6, 1: bb5, otherwise: bb2];
}

bb5: {
Expand All @@ -99,10 +99,6 @@
}

bb6: {
unreachable;
}

bb7: {
_5 = move ((_6 as Ok).0: std::ptr::NonNull<[u8]>);
StorageDead(_15);
StorageDead(_12);
Expand Down