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

fix(rustc_typeck): report function argument errors on matching type #90181

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

notriddle
Copy link
Contributor

Fixes #90101

@rust-highfive
Copy link
Collaborator

r? @nagisa

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 22, 2021
@rust-log-analyzer

This comment has been minimized.

@notriddle notriddle marked this pull request as draft October 23, 2021 01:36
@notriddle notriddle marked this pull request as ready for review October 24, 2021 01:25
@notriddle
Copy link
Contributor Author

r? @estebank

@rust-highfive rust-highfive assigned estebank and unassigned nagisa Oct 24, 2021
@notriddle
Copy link
Contributor Author

CC @nagisa

Not sure how to assign to both of you?

@estebank
Copy link
Contributor

r=me after squashing

@bors
Copy link
Contributor

bors commented Oct 25, 2021

☔ The latest upstream changes (presumably #90249) made this pull request unmergeable. Please resolve the merge conflicts.

@estebank
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Oct 25, 2021

📌 Commit 8520105 has been approved by estebank

@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 Oct 25, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 26, 2021
…askrgr

Rollup of 4 pull requests

Successful merges:

 - rust-lang#90181 (fix(rustc_typeck): report function argument errors on matching type)
 - rust-lang#90241 (Make thiscall abi on unsupported platforms a hard error)
 - rust-lang#90294 (Update books)
 - rust-lang#90295 (Update cargo)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors
Copy link
Contributor

bors commented Oct 26, 2021

⌛ Testing commit 8520105 with merge 1b61b1b...

@bors bors merged commit b0df3af into rust-lang:master Oct 26, 2021
@rustbot rustbot added this to the 1.58.0 milestone Oct 26, 2021
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Oct 26, 2021
… r=JohnTitor

Add regression test for issue 90164

Closes rust-lang#90164 (previously fixed by rust-lang#90181)
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Oct 26, 2021
… r=JohnTitor

Add regression test for issue 90164

Closes rust-lang#90164 (previously fixed by rust-lang#90181)
@notriddle notriddle deleted the notriddle/error-pointer branch October 27, 2021 20:58
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rustc nightly points out a wrong part of line as an error
7 participants