1
Fork 0

Factor signature type walking out of opaque_types_defined_by

This commit is contained in:
Oli Scherer 2023-07-14 11:56:16 +00:00
parent 5c9a74d88b
commit 3121576d70
4 changed files with 155 additions and 44 deletions

View file

@ -9,6 +9,7 @@
#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
#![cfg_attr(not(bootstrap), allow(internal_features))]
#![feature(assert_matches)]
#![feature(associated_type_defaults)]
#![feature(iterator_try_collect)]
#![feature(let_chains)]
#![feature(if_let_guard)]
@ -39,6 +40,7 @@ mod layout_sanity_check;
mod needs_drop;
mod opaque_types;
pub mod representability;
pub mod sig_types;
mod structural_match;
mod ty;