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 acb99f4 commit 2e84bb9Copy full SHA for 2e84bb9
src/lib.rs
@@ -19,11 +19,11 @@
19
#![feature(
20
rustc_private,
21
decl_macro,
22
- associated_type_bounds,
23
never_type,
24
trusted_len,
25
hash_raw_entry
26
)]
+#![cfg_attr(bootstrap, feature(associated_type_bounds))]
27
#![allow(broken_intra_doc_links)]
28
#![recursion_limit = "256"]
29
#![warn(rust_2018_idioms)]
0 commit comments