We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a0774 commit b3aecd0Copy full SHA for b3aecd0
src/test/ui/consts/control-flow/loop.rs
@@ -1,4 +1,4 @@
1
-// Ensure that loops are forbidden in a const context unless `#![feature(const_loop)]` are enabled.
+// Ensure that loops are forbidden in a const context unless `#![feature(const_loop)]` is enabled.
2
// `while` loops require `#![feature(const_if_match)]` to be enabled as well.
3
4
// gate-test-const_loop
0 commit comments