about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/heap/make-global-other.stderr
blob: ed0d768cf379f9d02e4d4a33941bff0bfd7bc37e (plain)
1
2
3
4
5
6
7
8
9
error[E0080]: pointer passed to `const_make_global` does not point to a heap allocation: ALLOC0<imm>
  --> $DIR/make-global-other.rs:11:8
   |
LL |     &*(intrinsics::const_make_global(X as *const i32 as *mut u8) as *const i32)
   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `Y` failed here

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0080`.