File tree Expand file tree Collapse file tree
intel-sgx/fortanix-sgx-abi/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -881,7 +881,7 @@ invoke_with_abi_spec!(types);
881881// function declarations inside all `impl Usercalls` blocks.
882882macro_rules! define_invoke_with_usercalls {
883883 // collect all usercall function declarations in a list
884- ( @ [ $( $accumulated: tt) * ] $( #[ $meta1: meta] ) * impl Usercalls { $( $( #[ $meta2: meta] ) * pub fn $f: ident( $( $n: ident: $t: ty) ,* ) $( -> $r: tt ) * { unimplemented!( ) } ) * } $( $remainder: tt) * ) =>
884+ ( @ [ $( $accumulated: tt) * ] $( #[ $meta1: meta] ) * impl Usercalls { $( $( #[ $meta2: meta] ) * pub fn $f: ident( $( $n: ident: $t: ty) ,* ) $( -> $r: ty ) * { unimplemented!( ) } ) * } $( $remainder: tt) * ) =>
885885 { define_invoke_with_usercalls!( @ [ $( $accumulated) * $( fn $f( $( $n: $t) ,* ) $( -> $r) * ; ) * ] $( $remainder) * ) ; } ;
886886 // visit modules
887887 ( @ $accumulated: tt $( #[ $meta: meta] ) * pub mod $modname: ident { $( $contents: tt) * } $( $remainder: tt) * ) =>
You can’t perform that action at this time.
0 commit comments