We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a9626 commit 0d97ad3Copy full SHA for 0d97ad3
src/librustc/mir/interpret/allocation.rs
@@ -26,7 +26,7 @@ pub enum InboundsCheck {
26
#[derive(Debug, Copy, Clone, RustcEncodable, RustcDecodable, HashStable)]
27
pub enum CheckInAllocMsg {
28
MemoryAccess,
29
- NullPointer,
+ NullPointerTest,
30
PointerArithmetic,
31
OutOfBounds,
32
}
0 commit comments