Rollup merge of #116191 - apekros:issue-56098, r=petrochenkov
Add regression test for rust-lang#56098 Closes #56098
This commit is contained in:
commit
ba0d97797a
@ -2,6 +2,9 @@
|
|||||||
// ignore-wasm32-bare no libc to test ffi with
|
// ignore-wasm32-bare no libc to test ffi with
|
||||||
// ignore-sgx no libc
|
// ignore-sgx no libc
|
||||||
|
|
||||||
|
// Ensure no false positive on "unused extern crate" lint
|
||||||
|
#![deny(unused_extern_crates)]
|
||||||
|
|
||||||
#![feature(rustc_private)]
|
#![feature(rustc_private)]
|
||||||
|
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
|
Loading…
Reference in New Issue
Block a user