]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/livedrop.stderr
Rollup merge of #73759 - GuillaumeGomez:stdin-examples, r=Dylan-DPC
[rust.git] / src / test / ui / consts / const-eval / livedrop.stderr
1 error[E0493]: destructors cannot be evaluated at compile-time
2   --> $DIR/livedrop.rs:3:9
3    |
4 LL |     let mut always_returned = None;
5    |         ^^^^^^^^^^^^^^^^^^^ constants cannot evaluate destructors
6 ...
7 LL |         always_returned = never_returned;
8    |         --------------- value is dropped here
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0493`.