precise_enum_drop_elaboration
use a more precise version of drop elaboration for matches on enums (default: yes). This results in better codegen, but has caused miscompilations on some tier 2 platforms. See #77382 and #74551.
This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use.