We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f435f6 commit 70e8ba3Copy full SHA for 70e8ba3
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