Skip to content

Commit

Permalink
Stabilize associated type bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors committed Mar 8, 2024
1 parent 568d394 commit 929e12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
#![feature(
rustc_private,
decl_macro,
associated_type_bounds,
never_type,
trusted_len,
hash_raw_entry
)]
#![cfg_attr(bootstrap, feature(associated_type_bounds))]
#![allow(broken_intra_doc_links)]
#![recursion_limit="256"]
#![warn(rust_2018_idioms)]
Expand Down

0 comments on commit 929e12d

Please sign in to comment.