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 204a589 commit 52c31bbCopy full SHA for 52c31bb
library/std/src/prelude/v1.rs
@@ -112,6 +112,14 @@ pub use core::prelude::v1::deref;
112
)]
113
pub use core::prelude::v1::define_opaque;
114
115
+#[unstable(feature = "eii", issue = "none")]
116
+#[cfg(not(bootstrap))]
117
+pub use core::prelude::v1::{eii, unsafe_eii};
118
+
119
+#[unstable(feature = "eii_internals", issue = "none")]
120
121
+pub use core::prelude::v1::eii_macro_for;
122
123
// The file so far is equivalent to core/src/prelude/v1.rs. It is duplicated
124
// rather than glob imported because we want docs to show these re-exports as
125
// pointing to within `std`.
0 commit comments