Rollup merge of #137894 - compiler-errors:no-scalar-pair-opt, r=oli-obk
Revert "store ScalarPair via memset when one side is undef and the other side can be memset" cc #137892 reverts #135335 r? oli-obk
This commit is contained in:
commit
70b9968d1e
8 changed files with 37 additions and 120 deletions
|
@ -222,7 +222,7 @@ impl AllocError {
|
|||
}
|
||||
|
||||
/// The information that makes up a memory access: offset and size.
|
||||
#[derive(Copy, Clone, PartialEq)]
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct AllocRange {
|
||||
pub start: Size,
|
||||
pub size: Size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue