Made external_crates feature work again.
Also added test for it. Fixes #21928
This commit is contained in:
@@ -73,7 +73,9 @@
|
||||
#![feature(unboxed_closures)]
|
||||
#![feature(core)]
|
||||
#![feature(hash)]
|
||||
#![feature(libc)]
|
||||
#![cfg_attr(all(not(feature = "external_funcs"), not(feature = "external_crate")),
|
||||
feature(libc))]
|
||||
|
||||
|
||||
#[macro_use]
|
||||
extern crate core;
|
||||
|
||||
Reference in New Issue
Block a user