Skip to content

Commit 929e12d

Browse files
Stabilize associated type bounds
1 parent 568d394 commit 929e12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
#![feature(
1919
rustc_private,
2020
decl_macro,
21-
associated_type_bounds,
2221
never_type,
2322
trusted_len,
2423
hash_raw_entry
2524
)]
25+
#![cfg_attr(bootstrap, feature(associated_type_bounds))]
2626
#![allow(broken_intra_doc_links)]
2727
#![recursion_limit="256"]
2828
#![warn(rust_2018_idioms)]

0 commit comments

Comments
 (0)