Skip to content

Commit 0d97ad3

Browse files
RalfJungLooMaclin
andauthored
Update src/librustc/mir/interpret/allocation.rs
Co-Authored-By: LooMaclin <[email protected]>
1 parent 30a9626 commit 0d97ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/mir/interpret/allocation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub enum InboundsCheck {
2626
#[derive(Debug, Copy, Clone, RustcEncodable, RustcDecodable, HashStable)]
2727
pub enum CheckInAllocMsg {
2828
MemoryAccess,
29-
NullPointer,
29+
NullPointerTest,
3030
PointerArithmetic,
3131
OutOfBounds,
3232
}

0 commit comments

Comments
 (0)