Skip to content

Commit 19ae40b

Browse files
committed
add dummy feature gate to make racer compile
1 parent 3429797 commit 19ae40b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/std/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,3 +610,7 @@ mod sealed {
610610
#[unstable(feature = "sealed", issue = "none")]
611611
pub trait Sealed {}
612612
}
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

Comments
 (0)