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 7878351 commit 25124feCopy full SHA for 25124fe
core/src/intrinsics.rs
@@ -733,6 +733,7 @@ extern "rust-intrinsic" {
733
/// own, or if it does not enable any significant optimizations.
734
///
735
/// This intrinsic does not have a stable counterpart.
736
+ #[rustc_const_unstable(feature = "const_assume", issue = "76972")]
737
pub fn assume(b: bool);
738
739
/// Hints to the compiler that branch condition is likely to be true.
0 commit comments