summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/bad-type-in-vec-contains.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/typeck/bad-type-in-vec-contains.stderr')
-rw-r--r--tests/ui/typeck/bad-type-in-vec-contains.stderr1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/typeck/bad-type-in-vec-contains.stderr b/tests/ui/typeck/bad-type-in-vec-contains.stderr
index 0e03388d2..72533ab1f 100644
--- a/tests/ui/typeck/bad-type-in-vec-contains.stderr
+++ b/tests/ui/typeck/bad-type-in-vec-contains.stderr
@@ -7,7 +7,6 @@ LL | primes.contains(3);
| | expected `&_`, found integer
| | help: consider borrowing here: `&3`
| arguments to this method are incorrect
- | here the type of `primes` is inferred to be `[_]`
|
= note: expected reference `&_`
found type `{integer}`