blob: 37016664ac58f38c913b3d1dbd36cf8ddd243c99 [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
For more information about this error, try `rustc --explain E0493`.