Stabilize associated type bounds
This commit is contained in:
parent
a655e648a9
commit
c63f3feb0f
95 changed files with 147 additions and 533 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue