Skip to content

Commit 52c31bb

Browse files
m-ou-sejdonszelmann
authored andcommitted
Add eii macros to std preludes.
1 parent 204a589 commit 52c31bb

File tree

1 file changed

+8
-0
lines changed
  • library/std/src/prelude

1 file changed

+8
-0
lines changed

library/std/src/prelude/v1.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ pub use core::prelude::v1::deref;
112112
)]
113113
pub use core::prelude::v1::define_opaque;
114114

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+
#[cfg(not(bootstrap))]
121+
pub use core::prelude::v1::eii_macro_for;
122+
115123
// The file so far is equivalent to core/src/prelude/v1.rs. It is duplicated
116124
// rather than glob imported because we want docs to show these re-exports as
117125
// pointing to within `std`.

0 commit comments

Comments
 (0)