-
Notifications
You must be signed in to change notification settings - Fork 13.7k
fix comments about trait solver cycle heads #146373
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
fix comments about trait solver cycle heads #146373
Conversation
?r @lcnr |
This comment has been minimized.
This comment has been minimized.
@@ -13,7 +13,7 @@ | |||
//! behavior as long as the resulting behavior is still correct. | |||
use std::cmp::Ordering; | |||
use std::collections::hash_map::Entry; | |||
use std::collections::{BTreeMap, btree_map}; | |||
use std::collections::{btree_map, BTreeMap}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
incorrect formatting.
r=me after fixing it. Thanks for the PR
please squash commits :3 |
@bors delegate+ |
✌️ @calvinhirsch, you can now approve this pull request! If @lcnr told you to " |
e919501
to
7c20f9c
Compare
Rollup of 6 pull requests Successful merges: - #145463 (Reject invalid literal suffixes in tuple indexing, tuple struct indexing, and struct field name position) - #145929 (fix APITIT being treated as a normal generic parameter in suggestions) - #146001 (Update getopts to remove unicode-width dependency) - #146365 (triagebot: warn about #[rustc_intrinsic_const_stable_indirect]) - #146366 (add approx_delta to all gamma tests) - #146373 (fix comments about trait solver cycle heads) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #146373 - calvinhirsch:trait-solver-cycle-head-docs, r=lcnr fix comments about trait solver cycle heads update some comments that use "cycle root" rather than "cycle head" also fixed a random other nearby typo in `StackEntry` docs zulip thread: https://rust-lang.zulipchat.com/#narrow/channel/364551-t-types.2Ftrait-system-refactor/topic/quick.20question.20about.20SearchGraph.3A.3Aevaluate_goal_in_task/with/538004295 ?r lcnr
Bors, this has already been merged. @bors r- |
update some comments that use "cycle root" rather than "cycle head"
also fixed a random other nearby typo in
StackEntry
docszulip thread: https://rust-lang.zulipchat.com/#narrow/channel/364551-t-types.2Ftrait-system-refactor/topic/quick.20question.20about.20SearchGraph.3A.3Aevaluate_goal_in_task/with/538004295
?r lcnr