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

Use proc_macro::is_available() on rust 1.57+ #300

Merged
merged 2 commits into from Oct 12, 2021

Commits on Oct 11, 2021

  1. Use proc_macro::is_available() on rust 1.57+

    This avoids the need for catching a panic, which is incompatible with
    projects using panic=abort or cg_clif.
    bjorn3 committed Oct 11, 2021
    Copy the full SHA
    f0b0040 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Fix review comment

    bjorn3 committed Oct 12, 2021
    Copy the full SHA
    07ee9bb View commit details
    Browse the repository at this point in the history