Compiling libc v0.2.36
error[E0658]: is feature gated (see issue #37406)
--> /cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.36/src/unix/mod.rs:279:9
|
279 | #[link(name = "c", kind = "static", cfg(target_feature = "crt-static"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(link_cfg)] to the crate attributes to enable