Box AssertKind
This commit is contained in:
parent
dbba594575
commit
f08f903fa9
10 changed files with 13 additions and 13 deletions
|
@ -1172,7 +1172,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
|
|||
TerminatorKind::Assert {
|
||||
cond,
|
||||
expected,
|
||||
msg,
|
||||
msg: Box::new(msg),
|
||||
target: success_block,
|
||||
unwind: UnwindAction::Continue,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue