Skip to content

Add regression test for first token source file from TokenStream FromStr - #163094

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
zakrad:regr-test-48944
Sep 23, 2026
Merged

rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
zakrad:regr-test-48944

Conversation

@zakrad

@zakrad zakrad commented Sep 21, 2026 •

Copy link
Copy Markdown
Contributor

Fixes #48944

@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 21, 2026
@rustbot

rustbot commented Sep 21, 2026

Copy link
Copy Markdown
Collaborator

r? @davidtwco

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

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: compiler
  • compiler expanded to 77 candidates
  • Random selection from 18 candidates

@davidtwco

Copy link
Copy Markdown
Member

@bors r+ rollup

@rust-bors

rust-bors Bot commented Sep 23, 2026

Copy link
Copy Markdown
Contributor

📌 Commit ebff12b has been approved by davidtwco

It is now in the queue for this repository.

@rust-bors rust-bors Bot 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 23, 2026
rust-bors Bot pushed a commit that referenced this pull request Sep 23, 2026
Rollup of 10 pull requests

Successful merges:

 - #161988 (trait solver: Handle reflexive region constraints)
 - #162498 (Avoid ICEs when recovering malformed function parameters)
 - #163181 (revert #162715 due to #163149)
 - #163207 (Update deprecated rustc_hir imports 2)
 - #163216 (Add `inline` attribute to `NonZero::from_str`)
 - #120589 (std::thread::available_parallelism merging linux/android/freebsd version)
 - #162103 (fix(parser): emit targeted diagnostic for fields inside traits)
 - #162340 (When trying to recover from `for<…> dyn …` don't unconditionally treat `dyn` as a keyword)
 - #163094 (Add regression test for first token source file from TokenStream FromStr)
 - #163115 (Point at `'static` obligations from an fn being called)

Failed merges:

 - #162942 (Remove `StashKey::AssociatedTypeSuggestion`)
@rust-bors
rust-bors Bot merged commit ea4ccf9 into rust-lang:main Sep 23, 2026
13 checks passed
@rustbot rustbot added this to the 1.100.0 milestone Sep 23, 2026
rust-bors Bot pushed a commit that referenced this pull request Sep 23, 2026
Rollup merge of #163094 - zakrad:regr-test-48944, r=davidtwco

Add regression test for first token source file from TokenStream FromStr

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

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Span issues with FromStr in unstable proc_macro

3 participants