Skip to content

Commit 70e8ba3

Browse files
committed
Fix typo in libcore/intrinsics.rs
1 parent 3f435f6 commit 70e8ba3

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)