瀏覽代碼

Merge pull request #417 from Amanieu/nightly_update

Fix CI on latest nightly
Amanieu d'Antras 4 年之前
父節點
當前提交
4af6bc7397
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/intrinsics.rs

+ 1 - 1
examples/intrinsics.rs

@@ -6,7 +6,7 @@
 #![allow(unused_features)]
 #![cfg_attr(thumb, no_main)]
 #![deny(dead_code)]
-#![feature(test)]
+#![feature(bench_black_box)]
 #![feature(lang_items)]
 #![feature(start)]
 #![feature(allocator_api)]