-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking Issue for -Znext-solver
#107374
Labels
A-trait-system
Area: Trait system
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-types
Relevant to the types team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
Comments
lcnr
added
A-trait-system
Area: Trait system
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-types
Relevant to the types team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
labels
Jan 27, 2023
This was referenced Jan 27, 2023
Is it useful to file bugs with crates that don't compile under |
not yet as there are still a lot of failing crates with the new solver. will probably make an announcement blog post asking for testing once we're able to successfully compile our own tests and did the first crater run. |
3 tasks
20 tasks
lcnr
changed the title
Tracking Issue for
Tracking Issue for Dec 18, 2023
-Ztrait-solver=next
-Znext-solver
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-trait-system
Area: Trait system
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-types
Relevant to the types team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
This is a tracking issue for the next-generation trait solver in rustc. It can be enabled on nightly by using the
-Znext-solver
flag. 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.
Links
Original Types Team MCP: rust-lang/types-team#58
Types Team Tracking Issue: rust-lang/types-team#76
Types Team announcement and Roadmap: https://blog.rust-lang.org/2023/01/20/types-announcement.html
EOY 2023 Update Blog Post: https://blog.rust-lang.org/inside-rust/2023/12/22/trait-system-refactor-initiative.html
2024 Types Team Update Blog Post: https://blog.rust-lang.org/2024/06/26/types-team-update.html
Tracking issue for
-Znext-solver=coherence
: #114862Milestones and future work
For a complete list of changes, see the list of merged PRs. We also track the decisions we've made - and decisions we still have to make - in https://github.com/rust-lang/trait-system-refactor-initiative/issues. We mostly discuss these issues on zulip and in Types Team meetings.
Major milestones
-Ztrait-solver=next-coherence
but hacks that make things not fail anymore #113991 initial crater run with-Znext-solver=coherence
feature(with_negative_coherence)
, which is used while compiling the standard librarynon_local_definitions
lintrustc_next_trait_solver
#126614 uplift the next-generation trait solver into a separate library-Znext-solver=coherence
#121848 (reverted) stabilize-Znext-solver=coherence
again #130654 stabilize-Znext-solver=coherence
-Znext-solver=globally
-Znext-solver=globally
-Znext-solver=globally
-Znext-solver=globally
The text was updated successfully, but these errors were encountered: