Skip to content

Commit 414d68e

Browse files
committed
Auto merge of #29216 - steveklabnik:fix_libc, r=alexcrichton
This is needed to release a new version of libc r? @alexcrichton
2 parents 7beebbe + dd8ae4f commit 414d68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liblibc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
html_playground_url = "https://play.rust-lang.org/",
2525
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
2626
#![cfg_attr(test, feature(test))]
27-
#![feature(cfg_target_vendor)]
27+
#![cfg_attr(not(feature = "cargo-build"), feature(cfg_target_vendor))]
2828

2929
//! Bindings for the C standard library and other platform libraries
3030
//!

0 commit comments

Comments
 (0)