diff options
Diffstat (limited to 'tests/ui/consts/const-fn-error.rs')
-rw-r--r-- | tests/ui/consts/const-fn-error.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/consts/const-fn-error.rs b/tests/ui/consts/const-fn-error.rs index dabbd58db..50b7ce1f8 100644 --- a/tests/ui/consts/const-fn-error.rs +++ b/tests/ui/consts/const-fn-error.rs @@ -7,7 +7,6 @@ const fn f(x: usize) -> usize { //~| ERROR `for` is not allowed in a `const fn` //~| ERROR mutable references are not allowed in constant functions //~| ERROR cannot call non-const fn - //~| ERROR the trait bound sum += i; } sum |