summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/const-eval/livedrop.stderr
blob: 1e8b4230c6f111cea74e8ee43023bbfd4a2ec91a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0493]: destructors cannot be evaluated at compile-time
  --> $DIR/livedrop.rs:3:9
   |
LL |     let mut always_returned = None;
   |         ^^^^^^^^^^^^^^^^^^^ constants cannot evaluate destructors
...
LL |         always_returned = never_returned;
   |         --------------- value is dropped here

error: aborting due to previous error

For more information about this error, try `rustc --explain E0493`.