From 513514a804533720bebdaf0fe2018fc526ee4d50 Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Sat, 8 Nov 2025 17:35:51 +0100 Subject: [PATCH] fix typo when libc check feature not enabled --- src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.rs b/src/macros.rs index 3c00e823b8..c04ca3bc26 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -412,7 +412,7 @@ macro_rules! OutProject { } #[macro_export] #[cfg(not(feature = "check_against_libc_crate"))] -macro_rules! CheckEquals { +macro_rules! CheckVsLibcCrate { derive() { $(#[$($attrs:meta),*])* $v:vis struct $name:ident { $( $(#[$($fa:meta),*])* $fv:vis $field:ident : $type:ty