summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-consts/associated-const-generic-obligations.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/associated-consts/associated-const-generic-obligations.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/associated-consts/associated-const-generic-obligations.stderr b/tests/ui/associated-consts/associated-const-generic-obligations.stderr
index d45868151..5ea85ff3b 100644
--- a/tests/ui/associated-consts/associated-const-generic-obligations.stderr
+++ b/tests/ui/associated-consts/associated-const-generic-obligations.stderr
@@ -12,6 +12,6 @@ LL | const FROM: Self::Out;
= note: expected associated type `<T as Foo>::Out`
found reference `&'static str`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0326`.