Improve miri's error reporting in check_in_alloc
This commit is contained in:
parent
705d75ef1a
commit
4c4dbb12d3
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ pub enum CheckInAllocMsg {
|
|||
}
|
||||
|
||||
impl Display for CheckInAllocMsg {
|
||||
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
write!(f, "{}", match *self {
|
||||
CheckInAllocMsg::ReadCStr => "read C str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue