Move code from rustc_trait_selection/opaque_types to better places

This commit is contained in:
Jack Huey
2022-06-30 21:27:13 -04:00
parent 2471431017
commit 31e1a777e7
4 changed files with 542 additions and 549 deletions

View File

@@ -37,5 +37,4 @@ extern crate smallvec;
pub mod autoderef;
pub mod infer;
pub mod opaque_types;
pub mod traits;