rust/compiler
Oli Scherer 82ceed2add Specialization can switch to DefineOpaqueTypes::Yes without having an effect.
The reason is that in specialization graph computation we use `DefiningAnchor::Error`, so there's no difference anyway. And in the other use cases, we

* already errored in the specialization_graph computation, or
* already errored in coherence, or
* are comparing opaque types with inference variables already, or
* there are no opaque types involved
2024-04-04 10:01:45 +00:00
..
2024-04-03 08:50:12 +00:00
2024-04-02 17:25:22 +08:00
2024-03-30 17:39:43 +03:00
2024-04-03 08:50:12 +00:00