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

Reject unsupported naked functions #93153

Merged
merged 2 commits into from
Jan 22, 2022

Commits on Jan 21, 2022

  1. Reject unsupported naked functions

    Transition unsupported naked functions future incompatibility lint into
    an error:
    
    * Naked functions must contain a single inline assembly block.
      Introduced as future incompatibility lint in 1.50 rust-lang#79653.
      Change into an error fixes a soundness issue described in rust-lang#32489.
    
    * Naked functions must not use any forms of inline attribute.
      Introduced as future incompatibility lint in 1.56 rust-lang#87652.
    tmiasko committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    888332f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beeba4b View commit details
    Browse the repository at this point in the history