Skip to content

Commit 0971db6

Browse files
committed
wip
1 parent 27d4521 commit 0971db6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

module/core/former/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ pub mod exposed {
271271
/// - Commonly used in typical Former scenarios
272272
/// - Unlikely to cause naming conflicts
273273
/// - Essential for basic functionality
274+
// mod _minimal_generic_test; // CONFIRMED: Generic enum parsing limitation is real
275+
274276
#[ cfg( feature = "enabled" ) ]
275277
#[ allow( unused_imports ) ]
276278
pub mod prelude {

module/core/former/tests/inc/enum_unit_tests/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mod enum_named_fields_unit_manual;
4747
// - Verifies Rules 1a, 3a, and 4a.
4848
// Note: These files were refactored from the older `generics_in_tuple_variant_unit_*` files.
4949
mod simple_unit_derive; // REPLACEMENT: Non-generic version that works around derive macro limitation
50-
// REMOVED: generic_enum_simple_unit_manual (redundant with simple_unit_derive replacement)
50+
// mod generic_enum_simple_unit_derive; // CONFIRMED LIMITATION: Former macro cannot parse generic enum syntax
5151
// Note: keyword_variant_unit_derive was removed as redundant (Increment 11)
5252
// Note: standalone_constructor_unit_derive was removed as redundant (Increment 12)
5353
// Note: standalone_constructor_args_unit_derive and _manual were removed as redundant (Increment 13)

0 commit comments

Comments
 (0)