]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/const-eval/heap/alloc_intrinsic_untyped.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / consts / const-eval / heap / alloc_intrinsic_untyped.stderr
index ee84f8e54f3441d14e9671003e65ddee218ba935..36002b850b7e7340bb6c4600e318f93ad79b70bc 100644 (file)
@@ -1,8 +1,8 @@
 error: untyped pointers are not allowed in constant
-  --> $DIR/alloc_intrinsic_untyped.rs:7:1
+  --> $DIR/alloc_intrinsic_untyped.rs:6:1
    |
 LL | const BAR: *mut i32 = unsafe { intrinsics::const_allocate(4, 4) as *mut i32};
-   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+   | ^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to previous error