]> git.lizzy.rs Git - rust.git/commitdiff
Fix a typo in a comment
authorOliver Schneider <git-no-reply-9879165716479413131@oli-obk.de>
Tue, 8 May 2018 15:29:09 +0000 (17:29 +0200)
committerOliver Schneider <git-no-reply-9879165716479413131@oli-obk.de>
Tue, 22 May 2018 08:54:06 +0000 (10:54 +0200)
src/test/compile-fail/const-fn-destructuring-arg.rs
src/test/run-pass/ctfe/const-fn-destructuring-arg.rs

index e239bd701c57104b7db5d8b3c6f4b1fd2f5c58f0..fce1688716d30bde6833f9eb01ea0f2a1a326459 100644 (file)
@@ -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)]
 
index d22c94074fba95efa8b904ec7754ee5107f9d8b6..8b832976aab0e1128e105a89d36a455f0d40d1c0 100644 (file)
@@ -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)]