Bump rust-sysroot to v0.13 (#14001)
This commit is contained in:
@@ -203,12 +203,12 @@ fn process_instruction(
|
||||
macro_rules! check {
|
||||
($left:expr, $right:expr) => {
|
||||
if $left != $right {
|
||||
msg!(&format!(
|
||||
msg!(
|
||||
"Condition failure: {:?} != {:?} at line {:?}",
|
||||
$left,
|
||||
$right,
|
||||
line!()
|
||||
));
|
||||
);
|
||||
return Err(ProgramError::Custom(0));
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user