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

docs: Mention that rust edition/standard 2018 or later should be used #13756

Merged

Commits on Oct 4, 2024

  1. docs: Mention that rust edition/standard 2018 or later should be used

    As the 2018 standard changes the way rust handles externs, and is the
    first edition that allows `--extern crate=path` to completely replace
    (in all but a few corner cases) the use of `extern crate` in the rust
    files.
    dcbaker committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    56bbcf0 View commit details
    Browse the repository at this point in the history