Skip to content

Commit 8fc7440

Browse files
committed
Fix
1 parent c465c75 commit 8fc7440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/mini_core.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
auto_traits,
1111
freeze_impls
1212
)]
13-
#![cfg_attr(not(all(windows, target_env = "gnu")), thread_local)]
13+
#![cfg_attr(not(all(windows, target_env = "gnu")), feature(thread_local))]
1414
#![no_core]
1515
#![allow(dead_code, internal_features, ambiguous_wide_pointer_comparisons)]
1616

0 commit comments

Comments
 (0)