Skip to content

Commit

Permalink
former : experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Apr 12, 2024
1 parent 00b54af commit bdc614c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions module/core/former/tests/inc/former_tests/subformer_shortcut.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@ where
// type Context;
// }

#[ inline( always ) ]
pub fn descriptor3< Former2, Definition2, End >( self ) ->
Former2
where
// Definition2 : former::FormerDefinition< End = former::FormingEndClosure< Definition2::Types > >,
Definition2 : former::FormerDefinition,
Definition2::End : former::FormingEnd< Definition2::Types >,

// Definition2 : former::FormerDefinition< Types = Former2::Types, End = End >,
// Former2 : former::FormerBegin< Definition2 >,
// End : former::FormingEnd< Former2::Types >,

// xxx : uncomment
// #[ inline( always ) ]
// pub fn descriptor3< Former2, Definition2, End >( self ) ->
// Former2
// where
// // Definition2 : former::FormerDefinition< End = former::FormingEndClosure< Definition2::Types > >,
// Definition2 : former::FormerDefinition,
// Definition2::End : former::FormingEnd< Definition2::Types >,
//
// // Definition2 : former::FormerDefinition< Types = Former2::Types, End = End >,
// // Former2 : former::FormerBegin< Definition2 >,
// // End : former::FormingEnd< Former2::Types >,
//
// Definition2::Types : former::FormerDefinitionTypes
// <
// Storage = TemplateParameterDescriptorFormerStorage,
Expand Down

0 comments on commit bdc614c

Please sign in to comment.