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