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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chriskrycho
Copy link
Contributor

  • 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.

@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.
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