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

Allow attributes on struct variant members #18

Open
canndrew opened this issue Feb 11, 2016 · 4 comments
Open

Allow attributes on struct variant members #18

canndrew opened this issue Feb 11, 2016 · 4 comments

Comments

@canndrew
Copy link

This would be useful mainly for adding doc comments

quick_error! {
    /// We can put comments here
    pub enum MyError {
        /// And we can put comments here
        MyVariant {
            /// But we can't put em ere
            my_variant_member: MyType,
        } {}
    }
}
@tailhook
Copy link
Owner

@colin-kiegel, do you accept the challenge? :)

@colin-kiegel
Copy link
Contributor

I'm quite busy right now, so I have to delay it right now.. So this might take a while.

@tailhook
Copy link
Owner

That's my situation too. Hopefully, this is not a big deal for errors...

@Yamakaky
Copy link
Contributor

Yamakaky commented Nov 4, 2016

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

No branches or pull requests

4 participants