Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

#[fail(...)] doesn't check sanity of the expression #305

Open
marmistrz opened this issue Mar 18, 2019 · 0 comments
Open

#[fail(...)] doesn't check sanity of the expression #305

marmistrz opened this issue Mar 18, 2019 · 0 comments

Comments

@marmistrz
Copy link

struct DeserializationError {
    #[fail(blahblah)]
    error: serde_json::Error,
}

doesn't generate any error during compilation.

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

No branches or pull requests

1 participant