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 7f36264 commit 3592422Copy full SHA for 3592422
posts/inside-rust/2019-11-23-const-if-match.md
@@ -61,7 +61,7 @@ enabled. However, the other assert macros (e.g., `assert_eq`,
61
`debug_assert_ne`) remain forbidden, since they need to call `Debug::fmt` on
62
their arguments.
63
64
-Also forbidden are looping constructs, `while`, `for` and `loop`, which will
+Also forbidden are looping constructs, `while`, `for`, and `loop`, which will
65
be [feature-gated separately][52000], and the `?` operator, which calls
66
`From::from` on the value inside the `Err` variant. The design for
67
`const` trait methods is still being discussed.
0 commit comments