Skip to content

Commit b3aecd0

Browse files
Fix grammar in test description
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent a2a0774 commit b3aecd0

File tree

1 file changed

+1
-1
lines changed
  • src/test/ui/consts/control-flow

1 file changed

+1
-1
lines changed

src/test/ui/consts/control-flow/loop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Ensure that loops are forbidden in a const context unless `#![feature(const_loop)]` are enabled.
1+
// Ensure that loops are forbidden in a const context unless `#![feature(const_loop)]` is enabled.
22
// `while` loops require `#![feature(const_if_match)]` to be enabled as well.
33

44
// gate-test-const_loop

0 commit comments

Comments
 (0)