We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7beebbe + dd8ae4f commit 414d68eCopy full SHA for 414d68e
src/liblibc/lib.rs
@@ -24,7 +24,7 @@
24
html_playground_url = "https://play.rust-lang.org/",
25
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
26
#![cfg_attr(test, feature(test))]
27
-#![feature(cfg_target_vendor)]
+#![cfg_attr(not(feature = "cargo-build"), feature(cfg_target_vendor))]
28
29
//! Bindings for the C standard library and other platform libraries
30
//!
0 commit comments