diff options
| author | Michael Goulet <michael@errs.io> | 2024-10-22 03:22:57 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-10-28 21:42:14 +0000 |
| commit | 8b7b8e5f56de007ee2be204755881e920659b7b0 (patch) | |
| tree | a1c9c3b5e966a603f16cee04e3d26888ab217028 /compiler/rustc_trait_selection/src/traits/mod.rs | |
| parent | 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 (diff) | |
| download | rust-8b7b8e5f56de007ee2be204755881e920659b7b0.tar.gz rust-8b7b8e5f56de007ee2be204755881e920659b7b0.zip | |
Hack out effects support for old solver
Diffstat (limited to 'compiler/rustc_trait_selection/src/traits/mod.rs')
| -rw-r--r-- | compiler/rustc_trait_selection/src/traits/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/mod.rs b/compiler/rustc_trait_selection/src/traits/mod.rs index cdf24887e76..f5d9b50359c 100644 --- a/compiler/rustc_trait_selection/src/traits/mod.rs +++ b/compiler/rustc_trait_selection/src/traits/mod.rs @@ -6,6 +6,7 @@ pub mod auto_trait; pub(crate) mod coherence; pub mod const_evaluatable; mod dyn_compatibility; +pub mod effects; mod engine; mod fulfill; pub mod misc; |
