From a4b7ed7a42c716ab9f05e351f003d589124fd55d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:58 +0200 Subject: Adding upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- src/test/ui/consts/drop_zst.stderr | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/test/ui/consts/drop_zst.stderr (limited to 'src/test/ui/consts/drop_zst.stderr') 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`. -- cgit v1.2.3