Skip to content

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

Merged
bors merged 1 commit into
rust-lang:masterfrom
notriddle:notriddle/error-pointer
Oct 26, 2021
Merged

fix(rustc_typeck): report function argument errors on matching type#90181
bors merged 1 commit into
rust-lang:masterfrom
notriddle:notriddle/error-pointer

Conversation

@notriddle

Copy link
Copy Markdown
Contributor

Fixes#90101

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nagisa

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

@rust-highfiverust-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
notriddleforce-pushed the notriddle/error-pointer branch from 79324d5 to 7c37697CompareOctober 24, 2021 00:35
@notriddle
notriddle marked this pull request as ready for review October 24, 2021 01:25
@notriddle

Copy link
Copy Markdown
ContributorAuthor

r? @estebank

@rust-highfiverust-highfive assigned estebank and unassigned nagisaOct 24, 2021
@notriddle

Copy link
Copy Markdown
ContributorAuthor

CC @nagisa

Not sure how to assign to both of you?

Comment threadcompiler/rustc_typeck/src/check/fn_ctxt/checks.rs Outdated
Comment threadcompiler/rustc_typeck/src/check/fn_ctxt/checks.rs Outdated
@estebank

Copy link
Copy Markdown
Contributor

r=me after squashing

@bors

bors commented Oct 25, 2021

Copy link
Copy Markdown
Collaborator

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

@notriddle
notriddleforce-pushed the notriddle/error-pointer branch from 7c37697 to 8520105CompareOctober 25, 2021 19:24
@estebank

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Oct 25, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 8520105 has been approved by estebank

@borsbors 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

bors commented Oct 26, 2021

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 8520105 with merge 1b61b1b...

@bors
bors merged commit b0df3af into rust-lang:masterOct 26, 2021
@rustbotrustbot 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
Closesrust-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
Closesrust-lang#90164 (previously fixed by rust-lang#90181)
@notriddle
notriddle deleted the notriddle/error-pointer branch October 27, 2021 20:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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

@notriddle@rust-highfive@rust-log-analyzer@estebank@bors@nagisa@rustbot