From 1e30d2b14cf8a09f9bd9b50cda736f6fe33118fd Mon Sep 17 00:00:00 2001 From: Jason Travis Smith Date: Mon, 24 Jun 2019 22:09:36 -0400 Subject: [PATCH] Had to change the link type to expr and add a symbol after it. --- src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.rs b/src/macros.rs index e47809f..660358d 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -2,7 +2,7 @@ macro_rules! external_library { { - $name: ident : $link: ty + $name: ident : $link: expr => { $(statics: $($sname: ident: $stype: ty),+;