mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
refactor(const_eval): derive PartialEq for testing in component-wise enums
This commit is contained in:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user