mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
Add regression test for rust-lang#56098
This commit is contained in:
parent
376f3f0590
commit
ac9707d25c
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue