]> git.lizzy.rs Git - rust.git/blobdiff - tests/compile-fail/out_of_bounds_ptr_1.rs
Auto merge of #1308 - RalfJung:miri, r=RalfJung
[rust.git] / tests / compile-fail / out_of_bounds_ptr_1.rs
index b466093053689d9644876b421f5977be5b7550f6..20bcc36f049d1c000770fd9d9334875b874c367f 100644 (file)
@@ -1,4 +1,4 @@
-// error-pattern: must be in-bounds at offset 5, but is outside bounds of allocation
+// error-pattern: must be in-bounds at offset 5, but is outside bounds of alloc
 fn main() {
     let v = [0i8; 4];
     let x = &v as *const i8;