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

Conversation

dcbaker
Copy link
Member

@dcbaker dcbaker commented Oct 4, 2024

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.

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 dcbaker requested a review from jpakkane as a code owner October 4, 2024 17:51
@dcbaker dcbaker linked an issue Oct 4, 2024 that may be closed by this pull request
@jpakkane jpakkane merged commit 9575ed3 into mesonbuild:master Oct 4, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rust: regarding "avoid using extern crate"
2 participants