]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/prelude/v1.rs
Rollup merge of #105026 - oToToT:aarch64-v8a, r=davidtwco
[rust.git] / library / core / src / prelude / v1.rs
index d3d255a802d7f626ec89be2d0d5f683ec5914254..2d67d742c689b21e0ca422bd52ca79e1ca7581a4 100644 (file)
     reason = "`cfg_eval` is a recently implemented feature"
 )]
 pub use crate::macros::builtin::cfg_eval;
+
+#[unstable(
+    feature = "type_ascription",
+    issue = "23416",
+    reason = "placeholder syntax for type ascription"
+)]
+#[cfg(not(bootstrap))]
+pub use crate::macros::builtin::type_ascribe;