diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/parser/bound-single-question-mark.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/bound-single-question-mark.stderr b/tests/ui/parser/bound-single-question-mark.stderr index 82937a517..f339c2022 100644 --- a/tests/ui/parser/bound-single-question-mark.stderr +++ b/tests/ui/parser/bound-single-question-mark.stderr @@ -4,5 +4,5 @@ error: expected identifier, found `>` LL | fn f<T: ?>() {} | ^ expected identifier -error: aborting due to previous error +error: aborting due to 1 previous error |