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

Improve error message on remote derive duplicate generics #2331

Merged
merged 2 commits into from Nov 28, 2022

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented Nov 28, 2022

Related to #2327.

@dtolnay dtolnay merged commit 30f7c71 into serde-rs:master Nov 28, 2022
@dtolnay dtolnay deleted the remote branch November 28, 2022 01:57
use serde_derive::{Deserialize, Serialize};

mod remote {
pub struct Struct<T, U> {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new struct seems not used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants