"running analysis passes on crate foo" This message is displayed in cycle errors in particular, and in some cases without any spans...">

Mention crate being analyzed in query description by estebank · Pull Request #147137 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation18 Commits1 Checks12 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

@estebank

"running analysis passes on this crate" -> "running analysis passes on crate foo"

This message is displayed in cycle errors in particular, and in some cases without any spans or any other identifiable information to determine which dependency introduced the cycle.

Address #74380, but we still need a test for that case in particular.

@rustbot

This PR modifies tests/ui/issues/. If this PR is adding new tests to tests/ui/issues/,
please refrain from doing so, and instead add it to more descriptive subdirectories.

@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 28, 2025

@rustbot

r? @nnethercote

rustbot has assigned @nnethercote.
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

nnethercote

LL | const FOO: usize = FOO;
| ^^^
= note: ...which again requires simplifying constant for the type system `FOO`, completing the cycle
= note: cycle used when running analysis passes on this crate

Choose a reason for hiding this comment

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

Why is this line removed?

Choose a reason for hiding this comment

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

The rest of the PR looks fine, but this is a worry, because this test looks very similar to the other tests but it is changed in a different way.

Choose a reason for hiding this comment

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

An answer here is needed to unblock further progress.

@rustbot author

Choose a reason for hiding this comment

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

After rebasing these changes went away.

Choose a reason for hiding this comment

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

Your lucky day!

error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0391`.
For more information about this error, try `rustc --explain E0391`.

Choose a reason for hiding this comment

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

Why is the file-ending newline removed?

Choose a reason for hiding this comment

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

To be perfectly honest: not the faintest idea why my changes affect this test at all 😵

@rustbot rustbot 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-review

Status: Awaiting review from the assignee but also interested parties.

labels

Oct 13, 2025

@rustbot

Reminder, once the PR becomes ready for a review, use @rustbot ready.

@bors

@estebank

"running analysis passes on this crate" -> "running analysis passes on crate foo"

This message is displayed in cycle errors in particular, and in some cases without any spans or any other identifiable information to determine which dependency introduced the cycle.

@rustbot

This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@estebank estebank added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Oct 31, 2025

@nnethercote

@bors

📌 Commit 0efeec5 has been approved by nnethercote

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

Nov 1, 2025

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Nov 1, 2025

@matthiaskrgr

Mention crate being analyzed in query description

"running analysis passes on this crate" -> "running analysis passes on crate foo"

This message is displayed in cycle errors in particular, and in some cases without any spans or any other identifiable information to determine which dependency introduced the cycle.

Address rust-lang#74380, but we still need a test for that case in particular.

bors added a commit that referenced this pull request

Nov 1, 2025

@bors

Rollup of 8 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

jhpratt added a commit to jhpratt/rust that referenced this pull request

Nov 2, 2025

@jhpratt

Mention crate being analyzed in query description

"running analysis passes on this crate" -> "running analysis passes on crate foo"

This message is displayed in cycle errors in particular, and in some cases without any spans or any other identifiable information to determine which dependency introduced the cycle.

Address rust-lang#74380, but we still need a test for that case in particular.

bors added a commit that referenced this pull request

Nov 2, 2025

@bors

Rollup of 12 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

Zalathar added a commit to Zalathar/rust that referenced this pull request

Nov 2, 2025

@Zalathar

Mention crate being analyzed in query description

"running analysis passes on this crate" -> "running analysis passes on crate foo"

This message is displayed in cycle errors in particular, and in some cases without any spans or any other identifiable information to determine which dependency introduced the cycle.

Address rust-lang#74380, but we still need a test for that case in particular.

@Zalathar

@rust-bors

rust-bors bot added a commit that referenced this pull request

Nov 2, 2025

@rust-bors

Mention crate being analyzed in query description

try-job: armhf-gnu

@Zalathar

@rust-bors

bors added a commit that referenced this pull request

Nov 2, 2025

@bors

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit that referenced this pull request

Nov 2, 2025

@rust-timer

Rollup merge of #147137 - estebank:issue-74380, r=nnethercote

Mention crate being analyzed in query description

"running analysis passes on this crate" -> "running analysis passes on crate foo"

This message is displayed in cycle errors in particular, and in some cases without any spans or any other identifiable information to determine which dependency introduced the cycle.

Address #74380, but we still need a test for that case in particular.

github-actions bot pushed a commit to rust-lang/miri that referenced this pull request

Nov 3, 2025

@bors

github-actions bot pushed a commit to model-checking/verify-rust-std that referenced this pull request

Nov 30, 2025

@bors

Labels

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.