We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5454de3 commit 0e043baCopy full SHA for 0e043ba
src/rust-2024/unsafe-extern.md
@@ -16,8 +16,6 @@ Rust 1.xx <!--TODO--> added the ability in all editions to mark [`extern` blocks
16
The syntax for an unsafe `extern` block looks like this:
17
18
```rust
19
-# #![feature(unsafe_extern_blocks)]
20
-
21
unsafe extern "C" {
22
// sqrt (from libm) may be called with any `f64`
23
pub safe fn sqrt(x: f64) -> f64;
0 commit comments