From 70e8ba38b66ae2a52c67664eb10cfea5341b40da Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 10 Jul 2019 16:27:39 +0900 Subject: [PATCH] Fix typo in libcore/intrinsics.rs --- src/libcore/intrinsics.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libcore/intrinsics.rs b/src/libcore/intrinsics.rs index 67430e5bbda4d..513e22a788cdf 100644 --- a/src/libcore/intrinsics.rs +++ b/src/libcore/intrinsics.rs @@ -705,7 +705,8 @@ extern "rust-intrinsic" { they should be used through stabilized interfaces \ in the rest of the standard library", issue = "0")] - #[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 \ + instead", since = "1.38.0")] pub fn init() -> T;