Ignore another test for nightly

Wait until rust-lang/rust#45202 is in nightly
This commit is contained in:
Alex Crichton
2017-10-14 07:10:42 -07:00
parent 05b045746a
commit 082b097d8f
+1 -1
View File
@@ -66,7 +66,7 @@
//! After verifying that a specified feature is available, use `target_feature`
//! to enable a given feature and use the desired intrinsic.
//!
//! ```
//! ```ignore
//! # #![feature(cfg_target_feature)]
//! # #![feature(target_feature)]
//! # #[macro_use]