Skip to content

Commit

Permalink
Improve miri's error reporting in check_in_alloc
Browse files Browse the repository at this point in the history
Co-Authored-By: Ralf Jung <post@ralfj.de>
  • Loading branch information
LooMaclin and RalfJung committed May 26, 2019
1 parent ffd0dc7 commit 9e643e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/mir/interpret/allocation.rs
Expand Up @@ -38,7 +38,7 @@ impl Display for CheckInAllocMsg {
write!(f, "{}", match *self {
CheckInAllocMsg::MemoryAccessTest => "Memory access",
CheckInAllocMsg::NullPointerTest => "Null pointer test",
CheckInAllocMsg::PointerArithmeticTest => "Pointer arithmetic test",
CheckInAllocMsg::PointerArithmeticTest => "Pointer arithmetic",
CheckInAllocMsg::InboundsTest => "Inbounds test",
})
}
Expand Down

0 comments on commit 9e643e6

Please sign in to comment.