Check placement of more attributes
This commit is contained in:
parent
de921ab3c3
commit
4efe97a3d9
18 changed files with 816 additions and 354 deletions
|
|
@ -15,7 +15,7 @@ extern crate libc;
|
|||
|
||||
use libc::c_int;
|
||||
|
||||
#[link_name = "check_static_recursion_foreign_helper"]
|
||||
#[link(name = "check_static_recursion_foreign_helper")]
|
||||
extern "C" {
|
||||
#[allow(dead_code)]
|
||||
static test_static: c_int;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue