summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2005-default-binding-mode/for.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/rfc-2005-default-binding-mode/for.stderr')
-rw-r--r--src/test/ui/rfc-2005-default-binding-mode/for.stderr12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/test/ui/rfc-2005-default-binding-mode/for.stderr b/src/test/ui/rfc-2005-default-binding-mode/for.stderr
deleted file mode 100644
index 9cc20a7bf..000000000
--- a/src/test/ui/rfc-2005-default-binding-mode/for.stderr
+++ /dev/null
@@ -1,12 +0,0 @@
-error[E0507]: cannot move out of a shared reference
- --> $DIR/for.rs:6:23
- |
-LL | for (n, mut m) in &tups {
- | ----- ^^^^^
- | |
- | data moved here
- | move occurs because `m` has type `Foo`, which does not implement the `Copy` trait
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0507`.