]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_ty_utils/src/lib.rs
Rollup merge of #102945 - compiler-errors:placeholder-region-outlives, r=lcnr
[rust.git] / compiler / rustc_ty_utils / src / lib.rs
index f97fc4c199dd97fe2035b04b2a9283d45e66eefa..cce5a79ddc855cbcc5970c55855cb94edafb0fdb 100644 (file)
@@ -5,6 +5,7 @@
 //! This API is completely unstable and subject to change.
 
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
+#![feature(let_chains)]
 #![feature(control_flow_enum)]
 #![feature(never_type)]
 #![feature(box_patterns)]
@@ -38,6 +39,7 @@ pub fn provide(providers: &mut Providers) {
     implied_bounds::provide(providers);
     layout::provide(providers);
     needs_drop::provide(providers);
+    representability::provide(providers);
     ty::provide(providers);
     instance::provide(providers);
 }