Stabilize cfg_target_vendor, #29718

This commit is contained in:
Jethro Beekman
2019-01-09 13:30:34 +05:30
parent 6080318883
commit 972bba7071
8 changed files with 6 additions and 56 deletions

View File

@@ -23,7 +23,7 @@
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
html_root_url = "https://doc.rust-lang.org/nightly/", test(attr(deny(warnings))))]
#![feature(asm)]
#![feature(cfg_target_vendor)]
#![cfg_attr(stage0, feature(cfg_target_vendor))]
#![feature(fnbox)]
#![cfg_attr(any(unix, target_os = "cloudabi"), feature(libc))]
#![feature(nll)]