summaryrefslogtreecommitdiffstats
path: root/tests/ui/pattern/rest-pat-semantic-disallowed.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/pattern/rest-pat-semantic-disallowed.stderr (renamed from src/test/ui/pattern/rest-pat-semantic-disallowed.stderr)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/pattern/rest-pat-semantic-disallowed.stderr b/tests/ui/pattern/rest-pat-semantic-disallowed.stderr
index e6a4e5f19..beba7def9 100644
--- a/src/test/ui/pattern/rest-pat-semantic-disallowed.stderr
+++ b/tests/ui/pattern/rest-pat-semantic-disallowed.stderr
@@ -193,8 +193,8 @@ LL | let x @ ..;
|
help: consider giving this pattern a type
|
-LL | let x @ ..: _;
- | +++
+LL | let x @ ..: /* Type */;
+ | ++++++++++++
error: aborting due to 23 previous errors