mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
fix test erorr msg
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// error-pattern: outside bounds of allocation
|
||||
// error-pattern: invalid use of NULL pointer
|
||||
|
||||
fn main() {
|
||||
let x = 0 as *mut i32;
|
||||
|
||||
Reference in New Issue
Block a user