We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3429797 commit 19ae40bCopy full SHA for 19ae40b
library/std/src/lib.rs
@@ -610,3 +610,7 @@ mod sealed {
610
#[unstable(feature = "sealed", issue = "none")]
611
pub trait Sealed {}
612
}
613
+
614
+#[unstable(feature = "thread_local_const_init", issue = "91543")]
615
+#[allow(unused)]
616
+fn workaround_for_91543_as_racer_needs_this_feature_gate() {}
0 commit comments