rust/compiler
Dylan DPC 0b002eb906
Rollup merge of #112122 - compiler-errors:next-coherence, r=lcnr
Add `-Ztrait-solver=next-coherence`

Flag that conditionally uses the trait solver *only* during coherence, for more testing and/or eventual partial-migration onto the trait solver (in the medium- to long-term).

* This still uses the selection context in some of the coherence methods I think, so it's not "complete". Putting this up for review and/or for further work in-tree.
* I probably need to spend a bit more time making sure that we don't sneakily create any other infcx's during coherence that also need the new solver enabled.

r? `@lcnr`
2023-06-07 18:01:29 +05:30
..
2023-06-03 09:44:30 +08:00
2023-06-05 16:01:09 +02:00
2023-06-03 09:44:30 +08:00
2023-05-26 15:18:54 -04:00
2023-05-26 13:03:47 +03:00
2023-05-26 18:55:02 +01:00