We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a823904 + e4852da commit 3cf7996Copy full SHA for 3cf7996
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