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

Add transparent attribute for delegating Error impl to one field #50

Merged
merged 5 commits into from Dec 1, 2019

Commits on Dec 1, 2019

  1. Make function for error attribute parsing

    In preparation for introducing an #[error(transparent)] version of the
    attribute.
    dtolnay committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    c3043a1 View commit details
    Browse the repository at this point in the history
  2. Parse transparent attribute

    dtolnay committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    e38d6bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7672b1e View commit details
    Browse the repository at this point in the history
  4. Expand transparent attribute

    dtolnay committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    c3da163 View commit details
    Browse the repository at this point in the history
  5. Test transparent attribute

    dtolnay committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    ac61f40 View commit details
    Browse the repository at this point in the history