Skip to content

Commit

Permalink
Merge #130
Browse files Browse the repository at this point in the history
130: enable nigthly feature "bench_black_box" r=stlankes a=stlankes

see rust-lang/rust#64102 for more details

Co-authored-by: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
  • Loading branch information
bors[bot] and stlankes committed May 19, 2021
2 parents a17df45 + 5143b80 commit b5b8aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benches/micro/src/main.rs
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 b5b8aec

Please sign in to comment.