Update src/librustc/mir/interpret/allocation.rs
Co-Authored-By: LooMaclin <loo.maclin@protonmail.com>
This commit is contained in:
parent
30a96267a6
commit
0d97ad3834
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ pub enum InboundsCheck {
|
|||
#[derive(Debug, Copy, Clone, RustcEncodable, RustcDecodable, HashStable)]
|
||||
pub enum CheckInAllocMsg {
|
||||
MemoryAccess,
|
||||
NullPointer,
|
||||
NullPointerTest,
|
||||
PointerArithmetic,
|
||||
OutOfBounds,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue