From b3aecd0d55d81b73b571b961201d4da36417bf61 Mon Sep 17 00:00:00 2001 From: ecstatic-morse Date: Wed, 11 Dec 2019 10:16:12 -0800 Subject: [PATCH] Fix grammar in test description Co-Authored-By: Mazdak Farrokhzad --- src/test/ui/consts/control-flow/loop.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/consts/control-flow/loop.rs b/src/test/ui/consts/control-flow/loop.rs index 981cd01711b5..bc57f7568a70 100644 --- a/src/test/ui/consts/control-flow/loop.rs +++ b/src/test/ui/consts/control-flow/loop.rs @@ -1,4 +1,4 @@ -// 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. // `while` loops require `#![feature(const_if_match)]` to be enabled as well. // gate-test-const_loop