summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/drop_zst.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/drop_zst.stderr')
-rw-r--r--src/test/ui/consts/drop_zst.stderr9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/ui/consts/drop_zst.stderr b/src/test/ui/consts/drop_zst.stderr
deleted file mode 100644
index 37758a4cb..000000000
--- a/src/test/ui/consts/drop_zst.stderr
+++ /dev/null
@@ -1,9 +0,0 @@
-error[E0493]: destructor of `S` cannot be evaluated at compile-time
- --> $DIR/drop_zst.rs:14:9
- |
-LL | let s = S;
- | ^ the destructor for this type cannot be evaluated in constant functions
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0493`.