summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/unify_with_nested_expr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/unify_with_nested_expr.stderr')
-rw-r--r--tests/ui/const-generics/unify_with_nested_expr.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/unify_with_nested_expr.stderr b/tests/ui/const-generics/unify_with_nested_expr.stderr
index 8bab0dff7..d4d78b596 100644
--- a/tests/ui/const-generics/unify_with_nested_expr.stderr
+++ b/tests/ui/const-generics/unify_with_nested_expr.stderr
@@ -8,7 +8,7 @@ note: required by a bound in `bar`
--> $DIR/unify_with_nested_expr.rs:14:10
|
LL | fn bar<const N: usize>()
- | --- required by a bound in this
+ | --- required by a bound in this function
LL | where
LL | [(); N + 1]:,
| ^^^^^ required by this bound in `bar`