Skip to content

Keep track of nested turbofish depth - #459

Merged
dtolnay merged 1 commit into
masterfrom
turbofish
Sep 23, 2026
Merged

dtolnay merged 1 commit into
masterfrom
turbofish

Conversation

@dtolnay

@dtolnay dtolnay commented Sep 23, 2026

Copy link
Copy Markdown
Owner

Fixes #332. Closes #458.

@dtolnay
dtolnay merged commit 58037b5 into master Sep 23, 2026
19 checks passed
@dtolnay
dtolnay deleted the turbofish branch September 23, 2026 20:23
dadezzz pushed a commit to dadezzz/kube-dns-rs that referenced this pull request Sep 24, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [thiserror](https://github.com/dtolnay/thiserror) | dependencies | patch | `2.0.20` → `2.0.21` |

---

### Release Notes

<details>
<summary>dtolnay/thiserror (thiserror)</summary>

### [`v2.0.21`](https://github.com/dtolnay/thiserror/releases/tag/2.0.21)

[Compare Source](dtolnay/thiserror@2.0.20...2.0.21)

- Fix parsing of generic unit variants in display expressions ([#&#8203;459](dtolnay/thiserror#459))

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generic unit variants are handled incorrectly inside format args

1 participant