Skip to content

Commit bd71bc0

Browse files
m-ou-sejdonszelmann
authored andcommitted
Add eii macros to std preludes.
1 parent 43c060f commit bd71bc0

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
@@ -111,6 +111,14 @@ pub use core::prelude::v1::deref;
111111
)]
112112
pub use core::prelude::v1::define_opaque;
113113

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

0 commit comments

Comments
 (0)