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

Associated type generics and syn::Error #96

Merged
merged 4 commits into from
Jan 28, 2024
Merged

Conversation

KodrAus
Copy link
Member

@KodrAus KodrAus commented Jan 28, 2024

Closes #93

This PR supports type Type<'a, T> syntax and ports from the now unmaintained proc-macro-error to use syn::Error for reporting compile errors.

@KodrAus KodrAus merged commit 63514ce into main Jan 28, 2024
8 checks passed
@KodrAus KodrAus deleted the feat/associated-lifetimes branch January 28, 2024 02:53
@KodrAus KodrAus mentioned this pull request Jan 28, 2024
montekki referenced this pull request in matter-labs/zksync-withdrawal-finalizer Jan 28, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [auto_impl](https://github.com/auto-impl-rs/auto_impl) |
workspace.dependencies | patch | `1.1.0` -> `1.1.2` |

---

### Release Notes

<details>
<summary>auto-impl-rs/auto_impl (auto_impl)</summary>

###
[`v1.1.2`](https://github.com/auto-impl-rs/auto_impl/releases/tag/v1.1.2)

[Compare
Source](https://github.com/auto-impl-rs/auto_impl/compare/v1.1.1...v1.1.2)

#### What's Changed

- Associated type generics and syn::Error by
[@&#8203;KodrAus](https://github.com/KodrAus) in
[https://github.com/auto-impl-rs/auto_impl/pull/96](https://github.com/auto-impl-rs/auto_impl/pull/96)
- Prepare for 1.1.2 release by
[@&#8203;KodrAus](https://github.com/KodrAus) in
[https://github.com/auto-impl-rs/auto_impl/pull/97](https://github.com/auto-impl-rs/auto_impl/pull/97)

**Full Changelog**:
auto-impl-rs/auto_impl@v1.1.1...v1.1.2

###
[`v1.1.1`](https://github.com/auto-impl-rs/auto_impl/releases/tag/v1.1.1)

[Compare
Source](https://github.com/auto-impl-rs/auto_impl/compare/v1.1.0...v1.1.1)

#### What's Changed

- Bump syn from 1.0 to 2.0 by
[@&#8203;DaniPopes](https://github.com/DaniPopes) in
[https://github.com/auto-impl-rs/auto_impl/pull/92](https://github.com/auto-impl-rs/auto_impl/pull/92)
- Prepare for 1.1.1 release by
[@&#8203;KodrAus](https://github.com/KodrAus) in
[https://github.com/auto-impl-rs/auto_impl/pull/95](https://github.com/auto-impl-rs/auto_impl/pull/95)

#### New Contributors

- [@&#8203;DaniPopes](https://github.com/DaniPopes) made their first
contribution in
[https://github.com/auto-impl-rs/auto_impl/pull/92](https://github.com/auto-impl-rs/auto_impl/pull/92)

**Full Changelog**:
auto-impl-rs/auto_impl@v1.1.0...v1.1.1

</details>

---

### Configuration

📅 **Schedule**: 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](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/matter-labs/zksync-withdrawal-finalizer).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

Doesn't work with generic associated types
1 participant