summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/typeck_type_placeholder_lifetime_2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/typeck/typeck_type_placeholder_lifetime_2.stderr')
-rw-r--r--tests/ui/typeck/typeck_type_placeholder_lifetime_2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/typeck/typeck_type_placeholder_lifetime_2.stderr b/tests/ui/typeck/typeck_type_placeholder_lifetime_2.stderr
index f30766bdf..302231777 100644
--- a/tests/ui/typeck/typeck_type_placeholder_lifetime_2.stderr
+++ b/tests/ui/typeck/typeck_type_placeholder_lifetime_2.stderr
@@ -1,4 +1,4 @@
-error[E0107]: this struct takes 1 generic argument but 2 generic arguments were supplied
+error[E0107]: struct takes 1 generic argument but 2 generic arguments were supplied
--> $DIR/typeck_type_placeholder_lifetime_2.rs:9:12
|
LL | let c: Foo<_, usize> = Foo { r: &5 };