You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow each compiler crate to define its own queries, instead of declaring everything in librustc_middle.
This would remove the need for datatype definitions in librustc_middle.
Links and Details
Exploratory work: moving the query system out of librustc_middle -> rust-lang/rust#70951
Note: Discussion of the proposal should happen on the associated zulip topic (read access available at associated zulip archive). This issue is meant to summarize the high level points and to track status of the proposal.
The text was updated successfully, but these errors were encountered:
@cjgillot heh I can't find the zulip stream ... so I like the idea here but I feel like we're missing some details of how you plan to go about it. It's a big PR -- can you maybe update the description with some details of how you are decentralizing exactly?
Uh oh!
There was an error while loading. Please reload this page.
TL;DR
Allow each compiler crate to define its own queries, instead of declaring everything in librustc_middle.
This would remove the need for datatype definitions in librustc_middle.
Links and Details
Exploratory work: moving the query system out of librustc_middle -> rust-lang/rust#70951
Mentors or Reviewers
I have not looked for people yet.
@eddyb might be interested because of rust-lang/rust#70951 (comment)
Note: Discussion of the proposal should happen on the associated zulip topic (read access available at associated zulip archive). This issue is meant to summarize the high level points and to track status of the proposal.
The text was updated successfully, but these errors were encountered: