about summary refs log tree commit diff
path: root/tests/ui/parser/removed-syntax-field-semicolon.stderr
diff options
context:
space:
mode:
authorclubby789 <jamie@hill-daniel.co.uk>2024-01-17 15:59:04 +0000
committerclubby789 <jamie@hill-daniel.co.uk>2024-01-17 22:17:44 +0000
commit3f7c7842e6dd0dfc713c52fe7ffd24cd6a54fa87 (patch)
tree643dc3c82c550587a0c641f16751aead17dae071 /tests/ui/parser/removed-syntax-field-semicolon.stderr
parentb9ebeee4da258f1ed8bb93f0273180572a839058 (diff)
downloadrust-3f7c7842e6dd0dfc713c52fe7ffd24cd6a54fa87.tar.gz
rust-3f7c7842e6dd0dfc713c52fe7ffd24cd6a54fa87.zip
Move `removed-syntax` tests to their own directory
Diffstat (limited to 'tests/ui/parser/removed-syntax-field-semicolon.stderr')
-rw-r--r--tests/ui/parser/removed-syntax-field-semicolon.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/ui/parser/removed-syntax-field-semicolon.stderr b/tests/ui/parser/removed-syntax-field-semicolon.stderr
deleted file mode 100644
index 522912a9e1c..00000000000
--- a/tests/ui/parser/removed-syntax-field-semicolon.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-error: struct fields are separated by `,`
-  --> $DIR/removed-syntax-field-semicolon.rs:2:12
-   |
-LL | struct S {
-   |        - while parsing this struct
-LL |     bar: ();
-   |            ^ help: replace `;` with `,`
-
-error: aborting due to 1 previous error
-