diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-16 17:08:27 +1100 | 
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-20 14:10:19 +1100 | 
| commit | e2664eba508bc8c089d81cde5932adbc51f5ca89 (patch) | |
| tree | f84df04fba58b5c5cfec3c2f32fb4ef3812a9abd /compiler/rustc_ty_utils/src/lib.rs | |
| parent | 290fc68f2d27b67da5fd176965c42c01ea4c57fe (diff) | |
| download | rust-e2664eba508bc8c089d81cde5932adbc51f5ca89.tar.gz rust-e2664eba508bc8c089d81cde5932adbc51f5ca89.zip | |
Reduce exposure of some items.
Diffstat (limited to 'compiler/rustc_ty_utils/src/lib.rs')
| -rw-r--r-- | compiler/rustc_ty_utils/src/lib.rs | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/compiler/rustc_ty_utils/src/lib.rs b/compiler/rustc_ty_utils/src/lib.rs index 8de058f02c9..871e431ea64 100644 --- a/compiler/rustc_ty_utils/src/lib.rs +++ b/compiler/rustc_ty_utils/src/lib.rs @@ -34,13 +34,13 @@ mod common_traits; mod consts; mod errors; mod implied_bounds; -pub mod instance; +mod instance; mod layout; mod layout_sanity_check; mod needs_drop; mod opaque_types; -pub mod representability; -pub mod sig_types; +mod representability; +mod sig_types; mod structural_match; mod ty; | 
