]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/drop_zst.stderr
Do not suggest `let_else` if no bindings would be introduced
[rust.git] / src / test / ui / consts / drop_zst.stderr
1 error[E0493]: destructors cannot be evaluated at compile-time
2   --> $DIR/drop_zst.rs:14:9
3    |
4 LL |     let s = S;
5    |         ^ constant functions cannot evaluate destructors
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0493`.