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

[RFC] Add deprecation message for extern functions with default safety #11176

Closed
wants to merge 2 commits into from

Commits on May 24, 2020

  1. Add deprecation message for extern functions with default safety

    This message is needed to avoid silently introducing safety violations
    to existing code when the default is changed from @System to @safe. It
    should become an error when @safe is made the default.
    pbackus committed May 24, 2020
    Configuration menu
    Copy the full SHA
    932e523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8591df9 View commit details
    Browse the repository at this point in the history