about summary refs log tree commit diff
path: root/tests/ui/parser/removed-syntax-uniq-mut-expr.rs
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-uniq-mut-expr.rs
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-uniq-mut-expr.rs')
-rw-r--r--tests/ui/parser/removed-syntax-uniq-mut-expr.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ui/parser/removed-syntax-uniq-mut-expr.rs b/tests/ui/parser/removed-syntax-uniq-mut-expr.rs
deleted file mode 100644
index 08ef4b43269..00000000000
--- a/tests/ui/parser/removed-syntax-uniq-mut-expr.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-fn main() {
-    let a_box = box mut 42; //~ ERROR expected expression, found keyword `mut`
-}