summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/const-param-before-other-params.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/const-param-before-other-params.stderr')
-rw-r--r--tests/ui/const-generics/const-param-before-other-params.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/const-param-before-other-params.stderr b/tests/ui/const-generics/const-param-before-other-params.stderr
index 2c7a47bbc..8f8c87afe 100644
--- a/tests/ui/const-generics/const-param-before-other-params.stderr
+++ b/tests/ui/const-generics/const-param-before-other-params.stderr
@@ -4,5 +4,5 @@ error: lifetime parameters must be declared prior to type and const parameters
LL | fn bar<const X: u8, 'a>(_: &'a ()) {
| --------------^^- help: reorder the parameters: lifetimes, then consts and types: `<'a, const X: u8>`
-error: aborting due to previous error
+error: aborting due to 1 previous error