Skip to content

Commit

Permalink
former : experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Mar 24, 2024
1 parent 0070076 commit 98995c6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ fn custom_end()

let end_wrapper : the_module::FormingEndWrapper< Return13 > = the_module::FormingEndWrapper::new( return_13 );

// let got : i32 = the_module::VectorSubformer::< String, (), _ >::begin( None, (), return_13 )
// .push( "a" )
// .push( "b" )
// .form();
let got : i32 = the_module::VectorSubformer::< String, (), i32, _ >::begin( None, None, return_13 )
.push( "a" )
.push( "b" )
.form();
// let exp = 13;
// a_id!( got, exp );

Expand Down

0 comments on commit 98995c6

Please sign in to comment.