diff options
| author | Taiki Endo <te316e89@gmail.com> | 2019-07-10 16:27:39 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2019-07-10 16:27:39 +0900 |
| commit | 70e8ba38b66ae2a52c67664eb10cfea5341b40da (patch) | |
| tree | a68f302668bd8e8e68c36a810b58f490f7434b81 | |
| parent | 3f435f622e0c05a199eb89b71a11181133fdb74c (diff) | |
| download | rust-70e8ba38b66ae2a52c67664eb10cfea5341b40da.tar.gz rust-70e8ba38b66ae2a52c67664eb10cfea5341b40da.zip | |
Fix typo in libcore/intrinsics.rs
| -rw-r--r-- | src/libcore/intrinsics.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcore/intrinsics.rs b/src/libcore/intrinsics.rs index 67430e5bbda..513e22a788c 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>() -> T; |
