summaryrefslogtreecommitdiffstats
path: root/src/test/ui/borrowck/index-mut-help-with-impl.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/borrowck/index-mut-help-with-impl.stderr')
-rw-r--r--src/test/ui/borrowck/index-mut-help-with-impl.stderr9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/ui/borrowck/index-mut-help-with-impl.stderr b/src/test/ui/borrowck/index-mut-help-with-impl.stderr
deleted file mode 100644
index 69dca7e7b..000000000
--- a/src/test/ui/borrowck/index-mut-help-with-impl.stderr
+++ /dev/null
@@ -1,9 +0,0 @@
-error[E0596]: cannot borrow data in a `&` reference as mutable
- --> $DIR/index-mut-help-with-impl.rs:9:5
- |
-LL | Index::index(&v, 1..2).make_ascii_uppercase();
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot borrow as mutable
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0596`.