summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-consts/infer-placeholder-in-non-suggestable-pos.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/associated-consts/infer-placeholder-in-non-suggestable-pos.stderr')
-rw-r--r--tests/ui/associated-consts/infer-placeholder-in-non-suggestable-pos.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/associated-consts/infer-placeholder-in-non-suggestable-pos.stderr b/tests/ui/associated-consts/infer-placeholder-in-non-suggestable-pos.stderr
index f8c02420f..e946491a0 100644
--- a/tests/ui/associated-consts/infer-placeholder-in-non-suggestable-pos.stderr
+++ b/tests/ui/associated-consts/infer-placeholder-in-non-suggestable-pos.stderr
@@ -18,6 +18,6 @@ error[E0121]: the placeholder `_` is not allowed within types on item signatures
LL | const ASSOC: &dyn Fn(_) = 1i32;
| ^ not allowed in type signatures
-error: aborting due to previous error; 1 warning emitted
+error: aborting due to 1 previous error; 1 warning emitted
For more information about this error, try `rustc --explain E0121`.