Skip to content

Conversation

calvinhirsch
Copy link
Contributor

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

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Sep 9, 2025
@rustbot
Copy link
Collaborator

rustbot commented Sep 9, 2025

r? @BoxyUwU

rustbot has assigned @BoxyUwU.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@calvinhirsch
Copy link
Contributor Author

?r @lcnr

@rust-log-analyzer

This comment has been minimized.

@compiler-errors compiler-errors assigned lcnr and unassigned BoxyUwU Sep 9, 2025
@@ -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};
Copy link
Contributor

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

@lcnr
Copy link
Contributor

lcnr commented Sep 9, 2025

please squash commits :3

@lcnr
Copy link
Contributor

lcnr commented Sep 9, 2025

@bors delegate+

@bors
Copy link
Collaborator

bors commented Sep 9, 2025

✌️ @calvinhirsch, you can now approve this pull request!

If @lcnr told you to "r=me" after making some further change, please make that change, then do @bors r=@lcnr

@calvinhirsch calvinhirsch force-pushed the trait-solver-cycle-head-docs branch from e919501 to 7c20f9c Compare September 9, 2025 14:52
@calvinhirsch
Copy link
Contributor Author

@bors r=@lcnr

@bors
Copy link
Collaborator

bors commented Sep 9, 2025

📌 Commit 7c20f9c has been approved by lcnr

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 9, 2025
bors added a commit that referenced this pull request Sep 9, 2025
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
@bors bors merged commit a40ec4c into rust-lang:master Sep 9, 2025
10 checks passed
@rustbot rustbot added this to the 1.91.0 milestone Sep 9, 2025
rust-timer added a commit that referenced this pull request Sep 9, 2025
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
@Zalathar
Copy link
Contributor

Bors, this has already been merged.

@bors r-

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Sep 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants