We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5179e0 commit e209b42Copy full SHA for e209b42
library/core/tests/lib.rs
@@ -60,6 +60,7 @@
60
#![feature(noop_waker)]
61
#![feature(numfmt)]
62
#![feature(num_midpoint)]
63
+#![cfg_attr(not(bootstrap), feature(offset_of_nested))]
64
#![feature(isqrt)]
65
#![feature(step_trait)]
66
#![feature(str_internals)]
0 commit comments