diff options
| author | bors <bors@rust-lang.org> | 2024-10-10 14:59:40 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-10 14:59:40 +0000 |
| commit | 8d94e06ec9758b5c03ea77bb5dab22a1a76bc261 (patch) | |
| tree | 700a7ba3864f80b3de54d742050aa6e0dbf039ae /compiler/rustc_next_trait_solver/src/lib.rs | |
| parent | 4cc494bbfe9911d24f3ee521f98d5c6bb7e3ffe8 (diff) | |
| parent | 8715bfbf0ef398780451e9f45d036cf8353b1e60 (diff) | |
| download | rust-8d94e06ec9758b5c03ea77bb5dab22a1a76bc261.tar.gz rust-8d94e06ec9758b5c03ea77bb5dab22a1a76bc261.zip | |
Auto merge of #131263 - compiler-errors:solver-relating, r=lcnr
Introduce SolverRelating type relation to the new solver Redux of #128744. Splits out relate for the new solver so that implementors don't need to implement it themselves. r? lcnr
Diffstat (limited to 'compiler/rustc_next_trait_solver/src/lib.rs')
| -rw-r--r-- | compiler/rustc_next_trait_solver/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_next_trait_solver/src/lib.rs b/compiler/rustc_next_trait_solver/src/lib.rs index ca140500e2c..de74ac32804 100644 --- a/compiler/rustc_next_trait_solver/src/lib.rs +++ b/compiler/rustc_next_trait_solver/src/lib.rs @@ -12,6 +12,5 @@ pub mod canonicalizer; pub mod coherence; pub mod delegate; -pub mod relate; pub mod resolve; pub mod solve; |
