Merge pull request #205 from ehuss/negative-impls

Fix negative_impls feature.
pull/206/head
Mazdak Farrokhzad 5 years ago committed by GitHub
commit 411197b0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ In the *incredibly rare* case that a type is inappropriately automatically
derived to be Send or Sync, then one can also unimplement Send and Sync:
```rust
#![feature(optin_builtin_traits)]
#![feature(negative_impls)]
// I have some magic semantics for some synchronization primitive!
struct SpecialThreadToken(u8);

Loading…
Cancel
Save