diff options
| author | Michael Goulet <michael@errs.io> | 2024-11-16 20:18:13 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-12-10 16:52:20 +0000 |
| commit | a7fa4cbcb498b80b126a954b5944f19a11e28dec (patch) | |
| tree | 462d7ced92d08e35a6cae86caeb804c8dbefb635 /compiler/rustc_middle/src/ty/mod.rs | |
| parent | 3b057796264e637b31c28809322028a32d22ae6f (diff) | |
| download | rust-a7fa4cbcb498b80b126a954b5944f19a11e28dec.tar.gz rust-a7fa4cbcb498b80b126a954b5944f19a11e28dec.zip | |
Implement projection and shim for AFIDT
Diffstat (limited to 'compiler/rustc_middle/src/ty/mod.rs')
| -rw-r--r-- | compiler/rustc_middle/src/ty/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_middle/src/ty/mod.rs b/compiler/rustc_middle/src/ty/mod.rs index 70e0568b202..80b11892a42 100644 --- a/compiler/rustc_middle/src/ty/mod.rs +++ b/compiler/rustc_middle/src/ty/mod.rs @@ -146,6 +146,7 @@ mod opaque_types; mod parameterized; mod predicate; mod region; +mod return_position_impl_trait_in_trait; mod rvalue_scopes; mod structural_impls; #[allow(hidden_glob_reexports)] |
