1
Fork 0

Fix typo in libcore/intrinsics.rs

This commit is contained in:
Taiki Endo 2019-07-10 16:27:39 +09:00
parent 3f435f622e
commit 70e8ba38b6

View file

@ -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;