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 existing declaration of rust_eh_personality #86950

Merged
merged 2 commits into from
Jul 18, 2021

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    ae33a97 View commit details
    Browse the repository at this point in the history
  2. Use existing declaration of rust_eh_personality

    If crate declares `rust_eh_personality`, re-use existing declaration
    as otherwise attempts to set function attributes that follow the
    declaration will fail (unless it happens to have exactly the same
    type signature as the one predefined in the compiler).
    tmiasko committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    f612ba1 View commit details
    Browse the repository at this point in the history