On Mon Jan 12, 2026 at 6:07 PM CET, Gary Guo wrote: > From: Gary Guo <[email protected]> > > Make use of `syn` to parse the module structurally and thus improve the > robustness of parsing. > > String interpolation is avoided by generating tokens directly using > `quote!`. > > Reviewed-by: Tamir Duberstein <[email protected]> > Signed-off-by: Gary Guo <[email protected]>
Reviewed-by: Benno Lossin <[email protected]> Cheers, Benno > --- > rust/macros/kunit.rs | 274 +++++++++++++++++++------------------------ > rust/macros/lib.rs | 6 +- > 2 files changed, 123 insertions(+), 157 deletions(-)

