diff options
| author | clubby789 <jamie@hill-daniel.co.uk> | 2024-01-17 15:59:04 +0000 |
|---|---|---|
| committer | clubby789 <jamie@hill-daniel.co.uk> | 2024-01-17 22:17:44 +0000 |
| commit | 3f7c7842e6dd0dfc713c52fe7ffd24cd6a54fa87 (patch) | |
| tree | 643dc3c82c550587a0c641f16751aead17dae071 /tests/ui/parser/removed-syntax-with-1.rs | |
| parent | b9ebeee4da258f1ed8bb93f0273180572a839058 (diff) | |
| download | rust-3f7c7842e6dd0dfc713c52fe7ffd24cd6a54fa87.tar.gz rust-3f7c7842e6dd0dfc713c52fe7ffd24cd6a54fa87.zip | |
Move `removed-syntax` tests to their own directory
Diffstat (limited to 'tests/ui/parser/removed-syntax-with-1.rs')
| -rw-r--r-- | tests/ui/parser/removed-syntax-with-1.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/ui/parser/removed-syntax-with-1.rs b/tests/ui/parser/removed-syntax-with-1.rs deleted file mode 100644 index 2c1e152dcee..00000000000 --- a/tests/ui/parser/removed-syntax-with-1.rs +++ /dev/null @@ -1,10 +0,0 @@ -fn main() { - struct S { - foo: (), - bar: (), - } - - let a = S { foo: (), bar: () }; - let b = S { foo: () with a, bar: () }; - //~^ ERROR expected one of `,`, `.`, `?`, `}`, or an operator, found `with` -} |
