rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
97.34k stars 12.59k forks source link

Tracking issue for `-Znext-solver=coherence` (next solver enablement in coherence) #114862

Open compiler-errors opened 1 year ago

compiler-errors commented 1 year ago

This is a tracking issue for -Znext-solver=coherence, and enabling the new solver in coherence mode. The -Znext-solver=coherence flag can be used to only enable the new solver for coherence, or -Znext-solver can be used to enable the new solver everywhere (see #107374 instead). This work is lead by the @rust-lang/initiative-trait-system-refactor.

About tracking issues

Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature. Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.

Implementation history

Crater runs

Issues

compiler-errors commented 1 year ago

Split this out from https://github.com/rust-lang/rust/issues/107374 so we can track issues specifically blocking coherence. A lot of blockers in the original issue aren't necessarily blockers for coherence.