We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2201b commit 9942dd7Copy full SHA for 9942dd7
library/core/src/intrinsics.rs
@@ -2572,7 +2572,7 @@ extern "rust-intrinsic" {
2572
/// Returns the value of `cfg!(debug_assertions)`, but after monomorphization instead of in
2573
/// macro expansion.
2574
///
2575
- /// This always returns `false` in const eval (including Miri). The interpreter provides better
+ /// This always returns `false` in const eval and Miri. The interpreter provides better
2576
/// diagnostics than the checks that this is used to implement.
2577
2578
/// Since this is evaluated after monomorphization, branching on this value can be used to
0 commit comments