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