From 61c58c2f6710913a315c4c13dfc3b3cb088af18a Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Tue, 8 May 2018 17:29:09 +0200 Subject: [PATCH] Fix a typo in a comment --- src/test/compile-fail/const-fn-destructuring-arg.rs | 2 +- src/test/run-pass/ctfe/const-fn-destructuring-arg.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/compile-fail/const-fn-destructuring-arg.rs b/src/test/compile-fail/const-fn-destructuring-arg.rs index e239bd701c5..fce1688716d 100644 --- a/src/test/compile-fail/const-fn-destructuring-arg.rs +++ b/src/test/compile-fail/const-fn-destructuring-arg.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// test that certain things are disallowed in constant functionssignatures +// test that certain things are disallowed in constant functions #![feature(const_fn)] diff --git a/src/test/run-pass/ctfe/const-fn-destructuring-arg.rs b/src/test/run-pass/ctfe/const-fn-destructuring-arg.rs index d22c94074fb..8b832976aab 100644 --- a/src/test/run-pass/ctfe/const-fn-destructuring-arg.rs +++ b/src/test/run-pass/ctfe/const-fn-destructuring-arg.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// test that certain things are disallowed in constant functionssignatures +// test that certain things are disallowed in constant functions #![feature(const_fn, const_let)]