]>
Commit | Line | Data |
---|---|---|
136023e0 | 1 | error[E0080]: evaluation of constant value failed |
ee023bcb | 2 | --> $DIR/issue-49296.rs:9:16 |
a1dfa0c6 XL |
3 | | |
4 | LL | const X: u64 = *wat(42); | |
ee023bcb | 5 | | ^^^^^^^^ pointer to alloc3 was dereferenced after this allocation got freed |
a1dfa0c6 XL |
6 | |
7 | error: aborting due to previous error | |
8 | ||
136023e0 | 9 | For more information about this error, try `rustc --explain E0080`. |