Skip to content
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

Return TyKind::Error instead of span_bug! #106039

Closed
wants to merge 1 commit into from

Conversation

JohnTitor
Copy link
Member

r? @oli-obk
Fixes #106030

Signed-off-by: Yuki Okushi [email protected]

@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 Dec 22, 2022
@oli-obk
Copy link
Contributor

oli-obk commented Dec 22, 2022

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Dec 22, 2022

📌 Commit 7085850 has been approved by oli-obk

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 Dec 22, 2022
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Dec 22, 2022
Return `TyKind::Error` instead of `span_bug!`

r? `@oli-obk`
Fixes rust-lang#106030

Signed-off-by: Yuki Okushi <[email protected]>
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Dec 22, 2022
Return `TyKind::Error` instead of `span_bug!`

r? ``@oli-obk``
Fixes rust-lang#106030

Signed-off-by: Yuki Okushi <[email protected]>
@oli-obk oli-obk closed this Dec 22, 2022
@oli-obk
Copy link
Contributor

oli-obk commented Dec 22, 2022

@compiler-errors is properly fixing this issue

@JohnTitor JohnTitor deleted the issue-106030 branch December 22, 2022 21:11
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.

ICE: no type for local variable
4 participants