Update src/librustc/mir/interpret/allocation.rs

Co-Authored-By: LooMaclin <loo.maclin@protonmail.com>
This commit is contained in:
Ralf Jung 2019-04-16 19:24:28 +03:00 committed by GitHub
parent 30a96267a6
commit 0d97ad3834

View file

@ -26,7 +26,7 @@ pub enum InboundsCheck {
#[derive(Debug, Copy, Clone, RustcEncodable, RustcDecodable, HashStable)]
pub enum CheckInAllocMsg {
MemoryAccess,
NullPointer,
NullPointerTest,
PointerArithmetic,
OutOfBounds,
}