We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf15f5 commit 0ed9f48Copy full SHA for 0ed9f48
library/core/src/intrinsics.rs
@@ -2534,7 +2534,6 @@ extern "rust-intrinsic" {
2534
/// In other words, the following code has *Undefined Behavior*:
2535
///
2536
/// ```no_run
2537
-/// #![feature(is_val_statically_known)]
2538
/// #![feature(core_intrinsics)]
2539
/// # #![allow(internal_features)]
2540
/// use std::hint::unreachable_unchecked;
@@ -2549,7 +2548,6 @@ extern "rust-intrinsic" {
2549
2548
/// may panic, or it may not:
2550
2551
2552
2553
2554
2555
/// use std::intrinsics::is_val_statically_known;
0 commit comments