We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f797e6 + 218da78 commit 411197bCopy full SHA for 411197b
src/send-and-sync.md
@@ -54,7 +54,7 @@ In the *incredibly rare* case that a type is inappropriately automatically
54
derived to be Send or Sync, then one can also unimplement Send and Sync:
55
56
```rust
57
-#![feature(optin_builtin_traits)]
+#![feature(negative_impls)]
58
59
// I have some magic semantics for some synchronization primitive!
60
struct SpecialThreadToken(u8);
0 commit comments