Skip to content

Commit

Permalink
Update library/core/src/intrinsics.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Jung <post@ralfj.de>
  • Loading branch information
saethlin and RalfJung authored Feb 11, 2024
1 parent cd2201b commit 9942dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2572,7 +2572,7 @@ extern "rust-intrinsic" {
/// Returns the value of `cfg!(debug_assertions)`, but after monomorphization instead of in
/// macro expansion.
///
/// 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
/// diagnostics than the checks that this is used to implement.
///
/// Since this is evaluated after monomorphization, branching on this value can be used to
Expand Down

0 comments on commit 9942dd7

Please sign in to comment.