Implement a naive, slow version of undef mask copying.
This commit is contained in:
parent
8a0aa9291a
commit
c08ddaaa48
2 changed files with 23 additions and 2 deletions
|
|
@ -47,3 +47,8 @@ fn match_opt_some() -> i8 {
|
|||
None => 20,
|
||||
}
|
||||
}
|
||||
|
||||
#[miri_run]
|
||||
fn two_nones() -> (Option<i16>, Option<i16>) {
|
||||
(None, None)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue