]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/marker.rs
Update bootstrap compiler
[rust.git] / src / libcore / marker.rs
index 0b0724b7a26ff0894b5b384dd45827af3e6d38ce..17e77654cf5ef2975ba15a975e54918d7698a7fb 100644 (file)
@@ -39,7 +39,6 @@
 /// [arc]: ../../std/sync/struct.Arc.html
 /// [ub]: ../../reference/behavior-considered-undefined.html
 #[stable(feature = "rust1", since = "1.0.0")]
-#[cfg_attr(stage0, lang = "send")]
 #[rustc_on_unimplemented = "`{Self}` cannot be sent between threads safely"]
 pub unsafe trait Send {
     // empty.