We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed81038 commit d4701bdCopy full SHA for d4701bd
src/test/auxiliary/struct_variant_xc_aux.rs
@@ -11,6 +11,7 @@
11
#![crate_name="struct_variant_xc_aux"]
12
#![crate_type = "lib"]
13
14
+#[derive(Copy)]
15
pub enum Enum {
16
Variant(u8),
17
StructVariant { arg: u8 }
0 commit comments