refactor(const_eval): derive PartialEq for testing in component-wise enums

This commit is contained in:
Erich Gubler 2024-01-19 14:07:22 -05:00
parent 380387e8e2
commit 3650f90079

View File

@ -28,6 +28,7 @@ macro_rules! gen_component_wise_extractor {
) => {
/// A subset of [`Literal`]s intended to be used for implementing numeric built-ins.
#[derive(Debug)]
#[cfg_attr(test, derive(PartialEq))]
enum $target<const N: usize> {
$(
#[doc = concat!(