Box AssertKind
This commit is contained in:
parent
dbba594575
commit
f08f903fa9
10 changed files with 13 additions and 13 deletions
|
@ -651,7 +651,7 @@ pub enum TerminatorKind<'tcx> {
|
|||
Assert {
|
||||
cond: Operand<'tcx>,
|
||||
expected: bool,
|
||||
msg: AssertMessage<'tcx>,
|
||||
msg: Box<AssertMessage<'tcx>>,
|
||||
target: BasicBlock,
|
||||
unwind: UnwindAction,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue