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

Rust 2024: update Ch. 20 for new unsafe rules #4109

Closed
wants to merge 2 commits into from
Closed

Conversation

chriskrycho
Copy link
Contributor

@chriskrycho chriskrycho commented Nov 22, 2024

  • extern now requires unsafe extern, but in turn allows functions within it to be marked as safe. Add examples to both effects within the text, and update listing numbers accordingly.
  • #[no_mangle] now requires #[unsafe(no_mangle)]

@chriskrycho chriskrycho force-pushed the 2024-edition branch 3 times, most recently from ca05fc5 to 61bab82 Compare November 22, 2024 21:44
- `extern` now requires `unsafe extern`, but in turn allows functions
  within it to be marked as `safe`. Add examples to both effects within
  the text, and update listing numbers accordingly.
- `#[no_mangle]` now requires `#[unsafe(no_mangle)]`

These are all backwards-compatible, so we can opt the chapter into using
the new rules without issue.
This makes for a nicely simpler introduction of this feature!
@chriskrycho
Copy link
Contributor Author

chriskrycho commented Nov 26, 2024

GitHub is… confused. I am going to close and reopen this PR and see if that helps; if not I will simply recreate it.

Couldn't re-open it, so I recreated it as #4111.

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.

1 participant