Skip to content

Commit

Permalink
enable nigthly feature "bench_black_box"
Browse files Browse the repository at this point in the history
see rust-lang/rust#64102 for more details
  • Loading branch information
stlankes committed May 19, 2021
1 parent a17df45 commit 5143b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benches/micro/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#![allow(dead_code)]
#![allow(unused_imports)]
#![feature(test)]
#![feature(bench_black_box)]

#[cfg(target_os = "hermit")]
extern crate hermit_sys;
Expand Down

0 comments on commit 5143b80

Please sign in to comment.