From e6ad7fafe6db2a08e720955403e3de24eafaaec2 Mon Sep 17 00:00:00 2001 From: YuliaProkopovych Date: Thu, 9 May 2024 16:12:56 +0300 Subject: [PATCH] fix macro --- module/core/impls_index_meta/src/impls.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/core/impls_index_meta/src/impls.rs b/module/core/impls_index_meta/src/impls.rs index 6e932cc168..c2f9425fed 100644 --- a/module/core/impls_index_meta/src/impls.rs +++ b/module/core/impls_index_meta/src/impls.rs @@ -71,7 +71,7 @@ impl quote::ToTokens for Items2 { ( as $Name2 : ident ) => { - impls_index::fn_rename! + ::impls_index::fn_rename! { @Name { $Name2 } @Fn