Skip to content

Commit 9942dd7

Browse files
saethlinRalfJung
andauthored
Update library/core/src/intrinsics.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent cd2201b commit 9942dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/intrinsics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2572,7 +2572,7 @@ extern "rust-intrinsic" {
25722572
/// Returns the value of `cfg!(debug_assertions)`, but after monomorphization instead of in
25732573
/// macro expansion.
25742574
///
2575-
/// This always returns `false` in const eval (including Miri). The interpreter provides better
2575+
/// This always returns `false` in const eval and Miri. The interpreter provides better
25762576
/// diagnostics than the checks that this is used to implement.
25772577
///
25782578
/// Since this is evaluated after monomorphization, branching on this value can be used to

0 commit comments

Comments
 (0)