2021-06-18 19:31:56 +02:00
|
|
|
error[E0080]: evaluation of constant value failed
|
2022-02-09 10:53:40 -08:00
|
|
|
--> $DIR/issue-49296.rs:9:16
|
2018-10-29 00:09:32 -04:00
|
|
|
|
|
|
|
|
LL | const X: u64 = *wat(42);
|
2023-08-01 17:03:19 +02:00
|
|
|
| ^^^^^^^^ dereferencing pointer failed: alloc3 has been freed, so this pointer is dangling
|
2018-10-29 00:09:32 -04:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2021-06-18 19:31:56 +02:00
|
|
|
For more information about this error, try `rustc --explain E0080`.
|