diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-11 04:33:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-11 04:33:20 +0200 |
| commit | f9034ce8bc42e2cfed14373a1e0952e4ac67da4d (patch) | |
| tree | 2cecc439269108897d4bec08cc5cfe119c3f8fdd /src/libcore | |
| parent | 03c26f9b74644ee325b8d87db872675cce7cdab7 (diff) | |
| parent | 70e8ba38b66ae2a52c67664eb10cfea5341b40da (diff) | |
| download | rust-f9034ce8bc42e2cfed14373a1e0952e4ac67da4d.tar.gz rust-f9034ce8bc42e2cfed14373a1e0952e4ac67da4d.zip | |
Rollup merge of #62557 - taiki-e:typo, r=Centril
Fix typo in libcore/intrinsics.rs
Diffstat (limited to 'src/libcore')
| -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; |
