We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2b78c commit 786318fCopy full SHA for 786318f
src/libstd/std.rs
@@ -63,6 +63,9 @@ they contained the following prologue:
63
#[deny(non_camel_case_types)];
64
#[deny(missing_doc)];
65
66
+// Make extra accessible for benchmarking
67
+#[cfg(test)] extern mod extra(vers="0.8-pre");
68
+
69
// Make std testable by not duplicating lang items. See #2912
70
#[cfg(test)] extern mod realstd(name = "std");
71
#[cfg(test)] pub use kinds = realstd::kinds;
0 commit comments