Add regression test for rust-lang#56098
This commit is contained in:
parent
376f3f0590
commit
ac9707d25c
@ -2,6 +2,9 @@
|
||||
// ignore-wasm32-bare no libc to test ffi with
|
||||
// ignore-sgx no libc
|
||||
|
||||
// Ensure no false positive on "unused extern crate" lint
|
||||
#![deny(unused_extern_crates)]
|
||||
|
||||
#![feature(rustc_private)]
|
||||
|
||||
extern crate libc;
|
||||
|
Loading…
Reference in New Issue
Block a user