blob: 95cdb9694d8b95206559b5f318d3d40421101c63 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0080]: attempting to call `const_make_global` twice on the same allocation ALLOC0
--> $DIR/make-global-twice.rs:13:5
|
LL | intrinsics::const_make_global(ptr);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `Y` failed here
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0080`.
|