blob: 5bc7b70638c80f372c9160de20d3a292dba8a269 [file] [log] [blame]
error[E0493]: destructors cannot be evaluated at compile-time
--> $DIR/feature-gate-unleash_the_miri_inside_of_you.rs:11:20
|
LL | const F: u32 = (U::X, 42).1;
| ^^^^^^^^^^ constants cannot evaluate destructors
error: aborting due to previous error