core::intrinsics: fix typo noted during review.
This commit is contained in:
parent
ee44f7ed27
commit
cd71b0dd54
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ extern "rust-intrinsic" {
|
|||
/// attached to the function.
|
||||
///
|
||||
/// For example, dataflow uses this to inject static assertions so
|
||||
/// that `rustc_oeek(potentially_uninitialized)` would actually
|
||||
/// that `rustc_peek(potentially_uninitialized)` would actually
|
||||
/// double-check that dataflow did indeed compute that it is
|
||||
/// uninitialized at that point in the control flow.
|
||||
#[cfg(not(stage0))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue