From 218caa410aa38c29984be31a5229b9fa717560ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:13 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- src/test/codegen/auxiliary/thread_local_aux.rs | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/test/codegen/auxiliary/thread_local_aux.rs (limited to 'src/test/codegen/auxiliary/thread_local_aux.rs') diff --git a/src/test/codegen/auxiliary/thread_local_aux.rs b/src/test/codegen/auxiliary/thread_local_aux.rs deleted file mode 100644 index bebaa7754..000000000 --- a/src/test/codegen/auxiliary/thread_local_aux.rs +++ /dev/null @@ -1,5 +0,0 @@ -#![crate_type = "lib"] - -use std::cell::Cell; - -thread_local!(pub static A: Cell = const { Cell::new(0) }); -- cgit v1.2.3