Skip to content

Commit f9034ce

Browse files
authored
Rollup merge of #62557 - taiki-e:typo, r=Centril
Fix typo in libcore/intrinsics.rs
2 parents 03c26f9 + 70e8ba3 commit f9034ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libcore/intrinsics.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,8 @@ extern "rust-intrinsic" {
705705
they should be used through stabilized interfaces \
706706
in the rest of the standard library",
707707
issue = "0")]
708-
#[rustc_deprecated(reason = "no longer used by rustc, will be removed - use MaybeUnint instead",
708+
#[rustc_deprecated(reason = "no longer used by rustc, will be removed - use MaybeUninit \
709+
instead",
709710
since = "1.38.0")]
710711
pub fn init<T>() -> T;
711712

0 commit comments

Comments
 (0)