X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_trait_selection%2Fsrc%2Flib.rs;h=975ff31a60788fd8eea66b85c5eff1dfc2b76c6f;hb=f4cca4607877b7fde56755d7750455470fb4f4f8;hp=2dce18e2d3cad263dc36aeacd3469aa18c1ec9ac;hpb=e69b84204aecf27fe18ada467f78c83b788b80e4;p=rust.git diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs index 2dce18e2d3c..975ff31a607 100644 --- a/compiler/rustc_trait_selection/src/lib.rs +++ b/compiler/rustc_trait_selection/src/lib.rs @@ -11,6 +11,7 @@ //! This API is completely unstable and subject to change. #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] +#![feature(associated_type_bounds)] #![feature(box_patterns)] #![feature(control_flow_enum)] #![feature(drain_filter)]