2021-06-18 12:31:56 -05:00
|
|
|
error[E0080]: evaluation of constant value failed
|
2022-02-09 12:53:40 -06:00
|
|
|
--> $DIR/issue-49296.rs:9:16
|
2018-10-28 23:09:32 -05:00
|
|
|
|
|
|
|
|
LL | const X: u64 = *wat(42);
|
2021-07-12 17:21:35 -05:00
|
|
|
| ^^^^^^^^ pointer to alloc2 was dereferenced after this allocation got freed
|
2018-10-28 23:09:32 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2021-06-18 12:31:56 -05:00
|
|
|
For more information about this error, try `rustc --explain E0080`.
|