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

Enable const extern "C" fn definitions on Rust 1.62.0 and above #2785

Closed
wants to merge 1 commit into from

Commits on May 10, 2022

  1. Enable const extern "C" fn definitions on Rust 1.62.0 and above

    This was recently stabilized in rust-lang/rust#95346,
    and will be included in the 1.62.0 release.
    
    This `const-extern-fn` feature can still be used to enable
    these definitions on older compiler versions.
    Aaron1011 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    efd300b View commit details
    Browse the repository at this point in the history