Skip to content

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Jul 2, 2024

Fixes #17075, #17515

We were incorrectly filling the default params due to our odd order of lifetime parameters vs type/const params. So this needs some special handling so that we don't shift the defaults around.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 2, 2024
@Veykril Veykril changed the title fix: Fix lifetime parameters moving paramter defaults fix: Fix lifetime parameters moving parameter defaults Jul 2, 2024
@Veykril
Copy link
Member Author

Veykril commented Jul 2, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Jul 2, 2024

📌 Commit 975675c has been approved by Veykril

It is now in the queue for this repository.

bors added a commit that referenced this pull request Jul 2, 2024
fix: Fix lifetime parameters moving parameter defaults

Fixes #17075, #17515

We were incorrectly filling the default params due to our odd order of lifetime parameters vs type/const params. So this needs some special handling so that we don't shift the defaults around.
@bors
Copy link
Contributor

bors commented Jul 2, 2024

⌛ Testing commit 975675c with merge a38f450...

@bors
Copy link
Contributor

bors commented Jul 2, 2024

💔 Test failed - checks-actions

@Veykril
Copy link
Member Author

Veykril commented Jul 2, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Jul 2, 2024

📌 Commit 90e0e2e has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Jul 2, 2024

⌛ Testing commit 90e0e2e with merge c542b6c...

bors added a commit that referenced this pull request Jul 2, 2024
fix: Fix lifetime parameters moving parameter defaults

Fixes #17075, #17515

We were incorrectly filling the default params due to our odd order of lifetime parameters vs type/const params. So this needs some special handling so that we don't shift the defaults around.
@bors
Copy link
Contributor

bors commented Jul 2, 2024

💔 Test failed - checks-actions

@Veykril
Copy link
Member Author

Veykril commented Jul 2, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Jul 2, 2024

📌 Commit 1a929d6 has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Jul 2, 2024

⌛ Testing commit 1a929d6 with merge 73c97e3...

@bors
Copy link
Contributor

bors commented Jul 2, 2024

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing 73c97e3 to master...

@bors bors merged commit 73c97e3 into rust-lang:master Jul 2, 2024
@Veykril Veykril deleted the fix-17065 branch July 9, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: multiple deref implementations cause E0308
3 participants