-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Feed explicit_predicates_of
instead of predicates_of
#143261
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
base: master
Are you sure you want to change the base?
Conversation
rustbot has assigned @matthewjasper. Use |
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
This comment has been minimized.
This comment has been minimized.
spurious network error lol |
This comment has been minimized.
This comment has been minimized.
235dec1
to
ef4f719
Compare
Hey @fmease, I ended up removing the doc comments from Specifically:
I think |
Tiny nitpick, just avoiding needing to mark the
predicates_of
query as feedable since it's derived fromexplicit_predicates_of
.