We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912ad68 commit ad240eaCopy full SHA for ad240ea
src/libcore/tests/lib.rs
@@ -34,6 +34,7 @@
34
#![feature(slice_internals)]
35
#![feature(slice_partition_dedup)]
36
#![feature(copy_within)]
37
+#![feature(int_error_matching)]
38
39
extern crate core;
40
extern crate test;
0 commit comments