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.
1 parent e7690e7 commit dd8ae4fCopy full SHA for dd8ae4f
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