Skip to content

Commit

Permalink
former : experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Apr 23, 2024
1 parent 5b47134 commit 7bff1f2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions module/core/former/tests/inc/former_tests/subformer_shortcut.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ where


#[ inline( always ) ]
pub fn _descriptor_former< Former2, Definition2, Types2 >( self ) ->
pub fn _descriptor_former_with_closure< Former2, Definition2, Types2 >( self ) ->
Former2
where
Types2 : former::FormerDefinitionTypes
Expand Down Expand Up @@ -81,7 +81,7 @@ where
}

#[ inline( always ) ]
pub fn _descriptor_former2< Former2, Definition2, Types2 >( self ) ->
pub fn _descriptor_former< Former2, Definition2, Types2 >( self ) ->
Former2
where
Types2 : former::FormerDefinitionTypes
Expand Down Expand Up @@ -142,13 +142,13 @@ where
// }

/// Handles the completion of the subformer for `TemplateParameterDescriptor`.
pub struct TemplateParametersTemplateParameterDescriptorElementEnd< X, Definition, Types2 >
pub struct TemplateParametersTemplateParameterDescriptorElementEnd< Definition, Types2 >
{
_phantom : core::marker::PhantomData< fn( X, Definition, Types2 ) >,
_phantom : core::marker::PhantomData< fn( Definition, Types2 ) >,
}

impl< X, Definition, Types2 > Default
for TemplateParametersTemplateParameterDescriptorElementEnd< X, Definition, Types2 >
impl< Definition, Types2 > Default
for TemplateParametersTemplateParameterDescriptorElementEnd< Definition, Types2 >
{
#[ inline( always ) ]
fn default() -> Self
Expand All @@ -160,8 +160,8 @@ for TemplateParametersTemplateParameterDescriptorElementEnd< X, Definition, Type
}
}

impl< X, Definition, Types2 > former::FormingEnd< Types2, >
for TemplateParametersTemplateParameterDescriptorElementEnd< X, Definition, Types2 >
impl< Definition, Types2 > former::FormingEnd< Types2, >
for TemplateParametersTemplateParameterDescriptorElementEnd< Definition, Types2 >
where
Definition : former::FormerDefinition,
Definition::Types : former::FormerDefinitionTypes
Expand Down

0 comments on commit 7bff1f2

Please sign in to comment.