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

Do not expand a derive invocation when derive is not allowed #47013

Merged
merged 2 commits into from
Dec 28, 2017

Commits on Dec 26, 2017

  1. Do not expand a derive invocation when derive is not allowed

    1. Change the return type of `expand_invoc()` and its subroutines to
       `Option<Expansion>` from `Expansion`.
    2. Return `None` when expanding a derive invocation if the item cannot
       have derive on it (in `expand_derive_invoc()`).
    topecongiro committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    18da3c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. Configuration menu
    Copy the full SHA
    d882691 View commit details
    Browse the repository at this point in the history