summaryrefslogtreecommitdiffstats
path: root/src/test/ui/typeck/slow-lhs-suggestion.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/typeck/slow-lhs-suggestion.rs')
-rw-r--r--src/test/ui/typeck/slow-lhs-suggestion.rs26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/test/ui/typeck/slow-lhs-suggestion.rs b/src/test/ui/typeck/slow-lhs-suggestion.rs
deleted file mode 100644
index 80dfd6835..000000000
--- a/src/test/ui/typeck/slow-lhs-suggestion.rs
+++ /dev/null
@@ -1,26 +0,0 @@
-fn main() {
- 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1 = 1;
- //~^ ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
- //~| ERROR invalid left-hand side of assignment
-}