mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
test for #3128
This commit is contained in:
parent
dd7add784b
commit
5dbe107f56
@ -14,6 +14,11 @@ extern crate bar;
|
||||
extern crate proc_macro2;
|
||||
extern crate proc_macro;
|
||||
|
||||
// #3128
|
||||
extern crate serde; // 1.0.78
|
||||
extern crate serde_derive; // 1.0.78
|
||||
extern crate serde_json; // 1.0.27
|
||||
|
||||
extern "C" {
|
||||
fn c_func(x: *mut *mut libc::c_void);
|
||||
|
||||
|
@ -14,6 +14,11 @@ extern crate foo;
|
||||
extern crate proc_macro;
|
||||
extern crate proc_macro2;
|
||||
|
||||
// #3128
|
||||
extern crate serde; // 1.0.78
|
||||
extern crate serde_derive; // 1.0.78
|
||||
extern crate serde_json; // 1.0.27
|
||||
|
||||
extern "C" {
|
||||
fn c_func(x: *mut *mut libc::c_void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user