We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd0dc7 commit 9e643e6Copy full SHA for 9e643e6
src/librustc/mir/interpret/allocation.rs
@@ -38,7 +38,7 @@ impl Display for CheckInAllocMsg {
38
write!(f, "{}", match *self {
39
CheckInAllocMsg::MemoryAccessTest => "Memory access",
40
CheckInAllocMsg::NullPointerTest => "Null pointer test",
41
- CheckInAllocMsg::PointerArithmeticTest => "Pointer arithmetic test",
+ CheckInAllocMsg::PointerArithmeticTest => "Pointer arithmetic",
42
CheckInAllocMsg::InboundsTest => "Inbounds test",
43
})
44
}
0 commit comments