We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
register_dtor
1 parent ddca1e0 commit e4852daCopy full SHA for e4852da
src/libstd/sys/unix/fast_thread_local.rs
@@ -8,8 +8,6 @@
8
// Note, however, that we run on lots older linuxes, as well as cross
9
// compiling from a newer linux to an older linux, so we also have a
10
// fallback implementation to use as well.
11
-//
12
-// Due to rust-lang/rust#18804, make sure this is not generic!
13
#[cfg(any(
14
target_os = "linux",
15
target_os = "fuchsia",
0 commit comments