You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> [^unsafe-2024]: Prior to the 2024 edition, the `unsafe` keyword is optional.
17
+
>
18
+
> [^static-qualifiers]: *Relevant to editions earlier than Rust 2024*: The `safe` or `unsafe` qualifier is only allowed when the `extern` is qualified as `unsafe`.
15
19
16
20
External blocks provide _declarations_ of items that are not _defined_ in the
17
21
current crate and are the basis of Rust's foreign function interface. These are
0 commit comments