We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e043ba commit c320aa4Copy full SHA for c320aa4
src/SUMMARY.md
@@ -50,5 +50,5 @@
50
- [`gen` keyword](rust-2024/gen-keyword.md)
51
- [Macro fragment specifiers](rust-2024/macro-fragment-specifiers.md)
52
- [Never type fallback change](rust-2024/never-type-fallback.md)
53
- - [`unsafe extern` blocks](rust-2024/unsafe-extern.md)
+ - [Unsafe `extern` blocks](rust-2024/unsafe-extern.md)
54
- [Unsafe attributes](rust-2024/unsafe-attributes.md)
src/rust-2024/unsafe-extern.md
@@ -1,4 +1,4 @@
1
-# `unsafe extern` blocks
+# Unsafe `extern` blocks
2
3
🚧 The 2024 Edition has not yet been released and hence this section is still "under construction".
4
More information may be found in the tracking issue at <https://github.com/rust-lang/rust/issues/123743>.
0 commit comments