Fix typo in libcore/intrinsics.rs
This commit is contained in:
parent
3f435f622e
commit
70e8ba38b6
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue