We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c465c75 commit 8fc7440Copy full SHA for 8fc7440
1 file changed
example/mini_core.rs
@@ -10,7 +10,7 @@
10
auto_traits,
11
freeze_impls
12
)]
13
-#![cfg_attr(not(all(windows, target_env = "gnu")), thread_local)]
+#![cfg_attr(not(all(windows, target_env = "gnu")), feature(thread_local))]
14
#![no_core]
15
#![allow(dead_code, internal_features, ambiguous_wide_pointer_comparisons)]
16
0 commit comments