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

der: allow all blanket impls on ?Sized types #1451

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

tarcieri
Copy link
Member

This fixes the Tagged and Encode trait impls on str, for example.

Closes #1365

This fixes the `Tagged` and `Encode` trait impls on `str`, for example.

Closes #1365
@tarcieri tarcieri force-pushed the der/allow-blanket-impls-on-dsts branch from fc27e5d to 1b06e36 Compare July 24, 2024 18:24
@tarcieri tarcieri merged commit a1bb81b into master Jul 24, 2024
106 checks passed
@tarcieri tarcieri deleted the der/allow-blanket-impls-on-dsts branch July 24, 2024 19:35
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.

der: Cannot invoke Encode::encoded_len() or Encode::encode() on str
1 participant