about summary refs log tree commit diff
path: root/src/test/ui/async-await/dont-print-desugared-async.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/async-await/dont-print-desugared-async.stderr')
-rw-r--r--src/test/ui/async-await/dont-print-desugared-async.stderr9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/ui/async-await/dont-print-desugared-async.stderr b/src/test/ui/async-await/dont-print-desugared-async.stderr
deleted file mode 100644
index d80467c7fa8..00000000000
--- a/src/test/ui/async-await/dont-print-desugared-async.stderr
+++ /dev/null
@@ -1,9 +0,0 @@
-error[E0596]: cannot borrow data in a `&` reference as mutable
-  --> $DIR/dont-print-desugared-async.rs:5:20
-   |
-LL | async fn async_fn(&ref mut s: &[i32]) {}
-   |                    ^^^^^^^^^ cannot borrow as mutable through `&` reference
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0596`.