summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/const-fn-error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/const-fn-error.rs')
-rw-r--r--tests/ui/consts/const-fn-error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/consts/const-fn-error.rs b/tests/ui/consts/const-fn-error.rs
index 50b7ce1f8..dabbd58db 100644
--- a/tests/ui/consts/const-fn-error.rs
+++ b/tests/ui/consts/const-fn-error.rs
@@ -7,6 +7,7 @@ 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