Przeglądaj źródła

Merge pull request #417 from Amanieu/nightly_update

Fix CI on latest nightly
Amanieu d'Antras 4 lat temu
rodzic
commit
4af6bc7397
1 zmienionych plików z 1 dodań i 1 usunięć
  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)]