Skip to content

Add feedable query modifier - #2942

Open
blyxyas wants to merge 1 commit into
rust-lang:mainfrom
blyxyas:feedable-query-mod
Open

Add feedable query modifier#2942
blyxyas wants to merge 1 commit into
rust-lang:mainfrom
blyxyas:feedable-query-mod

Conversation

@blyxyas

@blyxyas blyxyas commented Jul 23, 2026

Copy link
Copy Markdown
Member

I've been scratching my head for the past half hour at this. Thankfully I've finally figured it out :)

@rustbot

rustbot commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Thanks for the PR. If you have write access, feel free to merge this PR if it does not need reviews. You can request a review using r? rustc-dev-guide or r? <username>.

@rustbot rustbot added the S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content label Jul 23, 2026
@blyxyas

blyxyas commented Jul 23, 2026

Copy link
Copy Markdown
Member Author

As I'm not sure if this should need a review, just to be safe ❤️

r? rustc-dev-guide

@blyxyas

blyxyas commented Aug 9, 2026

Copy link
Copy Markdown
Member Author

r? @tshepang seems that you're more active in this repo :)

@rustbot rustbot assigned tshepang and unassigned reddevilmidzy Aug 9, 2026

[query-model]: ./query-evaluation-model-in-detail.html
[try_mark_green]: https://doc.rust-lang.org/nightly/nightly-rustc/src/rustc_middle/dep_graph/graph.rs.html
[`crate_for_resolver`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TyCtxtFeed.html#method.crate_for_resolver

@tshepang tshepang Aug 11, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like this is not used anywhere

View changes since the review

be cached to disk for "local" keys, because values for external crates should
be loadable from crate metadata instead.

- `feedable` - The query is not actually a function, but it's own arena type. This

@tshepang tshepang Aug 11, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `feedable` - The query is not actually a function, but it's own arena type. This
- `feedable` - The query is not actually a function, but its own arena type. This

View changes since the review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants