Skip to content

Commit 2e84bb9

Browse files
compiler-errorsGuillaumeGomez
authored andcommitted
Stabilize associated type bounds
1 parent acb99f4 commit 2e84bb9

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
@@ -19,11 +19,11 @@
1919
#![feature(
2020
rustc_private,
2121
decl_macro,
22-
associated_type_bounds,
2322
never_type,
2423
trusted_len,
2524
hash_raw_entry
2625
)]
26+
#![cfg_attr(bootstrap, feature(associated_type_bounds))]
2727
#![allow(broken_intra_doc_links)]
2828
#![recursion_limit = "256"]
2929
#![warn(rust_2018_idioms)]

0 commit comments

Comments
 (0)