temp commit

This commit is contained in:
2025-07-12 00:46:10 +02:00
parent 1868f1a506
commit fe89188c4b
60 changed files with 1536 additions and 709 deletions

View File

@@ -141,7 +141,7 @@ mod expr_func_derives {
macro_rules! expr_func_derive {
($arity: tt, $($t:ident),*) => {
paste::paste!{
pastey::paste!{
impl<
$($t: TryFromExpr, )*
Out: ToExpr,