summaryrefslogtreecommitdiffstats
path: root/src/test/ui/borrowck/borrowck-move-out-of-static-item.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/borrowck/borrowck-move-out-of-static-item.stderr')
-rw-r--r--src/test/ui/borrowck/borrowck-move-out-of-static-item.stderr9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/ui/borrowck/borrowck-move-out-of-static-item.stderr b/src/test/ui/borrowck/borrowck-move-out-of-static-item.stderr
deleted file mode 100644
index edf8c954f..000000000
--- a/src/test/ui/borrowck/borrowck-move-out-of-static-item.stderr
+++ /dev/null
@@ -1,9 +0,0 @@
-error[E0507]: cannot move out of static item `BAR`
- --> $DIR/borrowck-move-out-of-static-item.rs:15:10
- |
-LL | test(BAR);
- | ^^^ move occurs because `BAR` 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`.