Update ui test for deny global_allocator + thread_local

This commit is contained in:
Fayti1703
2026-04-10 00:33:44 +02:00
parent 95c1a3793e
commit 9614f285a7
+10
View File
@@ -0,0 +1,10 @@
error: allocators cannot be `#[thread_local]`
--> $DIR/no-thread-local.rs:6:1
|
LL | / #[thread_local]
LL | |
LL | | static A: System = System;
| |__________________________^
error: aborting due to 1 previous error