From 1339506fad992f2fa3fe8eefdf88e199b39d7265 Mon Sep 17 00:00:00 2001 From: Jason Travis Smith Date: Mon, 24 Jun 2019 22:07:11 -0400 Subject: [PATCH] Changes the link type to a ty instead of ident. --- src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.rs b/src/macros.rs index b830171..e47809f 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -2,7 +2,7 @@ macro_rules! external_library { { - $name: ident : $link: ident + $name: ident : $link: ty { $(statics: $($sname: ident: $stype: ty),+;