Skip to content

Commit b6c92bc

Browse files
committed
Enable #![feature(core_intrinsics)] on nightly in tests
1 parent 35e7cff commit b6c92bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![cfg_attr(feature="nightly", feature(const_fn))]
1+
#![cfg_attr(feature="nightly", feature(const_fn, core_intrinsics))]
22

33
#[macro_use]
44
extern crate lazy_static;

0 commit comments

Comments
 (0)