]> git.proxmox.com Git - rustc.git/blob - src/test/ui/consts/const-eval/issue-49296.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / consts / const-eval / issue-49296.stderr
1 error[E0080]: evaluation of constant value failed
2 --> $DIR/issue-49296.rs:9:16
3 |
4 LL | const X: u64 = *wat(42);
5 | ^^^^^^^^ pointer to alloc3 was dereferenced after this allocation got freed
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0080`.