]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/drop_box.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / consts / drop_box.stderr
CommitLineData
5099ac24
FG
1error[E0493]: destructors cannot be evaluated at compile-time
2 --> $DIR/drop_box.rs:1:15
3 |
4LL | const fn f<T>(_: Box<T>) {}
5 | ^ - value is dropped here
6 | |
7 | constant functions cannot evaluate destructors
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0493`.