Gate macros behind #[cfg(not(bootstrap))]
Co-authored-by: Takayuki Maeda <takoyaki0316@gmail.com>
This commit is contained in:
parent
2c7d32b4f4
commit
efea79ca80
3 changed files with 2 additions and 11 deletions
|
@ -91,6 +91,7 @@ pub use core::prelude::v1::cfg_eval;
|
|||
issue = "23416",
|
||||
reason = "placeholder syntax for type ascription"
|
||||
)]
|
||||
#[cfg(not(bootstrap))]
|
||||
pub use core::prelude::v1::type_ascribe;
|
||||
|
||||
// The file so far is equivalent to src/libcore/prelude/v1.rs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue