File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed 
tests/inc/enum_unit_tests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 )  ]  
276278pub  mod  prelude { 
Original file line number Diff line number Diff 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. 
4949mod  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) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments