We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03c26f9 + 70e8ba3 commit f9034ceCopy full SHA for f9034ce
src/libcore/intrinsics.rs
@@ -705,7 +705,8 @@ extern "rust-intrinsic" {
705
they should be used through stabilized interfaces \
706
in the rest of the standard library",
707
issue = "0")]
708
- #[rustc_deprecated(reason = "no longer used by rustc, will be removed - use MaybeUnint instead",
+ #[rustc_deprecated(reason = "no longer used by rustc, will be removed - use MaybeUninit \
709
+ instead",
710
since = "1.38.0")]
711
pub fn init<T>() -> T;
712
0 commit comments