From 9942dd74fd6be04d6048ebb23ade5c8b3a95e637 Mon Sep 17 00:00:00 2001 From: Ben Kimock Date: Sun, 11 Feb 2024 12:34:49 -0500 Subject: [PATCH] Update library/core/src/intrinsics.rs Co-authored-by: Ralf Jung --- library/core/src/intrinsics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/intrinsics.rs b/library/core/src/intrinsics.rs index 89bd41ea1524..7a3a06b1aba0 100644 --- a/library/core/src/intrinsics.rs +++ b/library/core/src/intrinsics.rs @@ -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