diff --git a/library/core/src/marker.rs b/library/core/src/marker.rs index aec287226a055..7fff57058e838 100644 --- a/library/core/src/marker.rs +++ b/library/core/src/marker.rs @@ -79,7 +79,7 @@ macro marker_impls { on(_Self = "std::rc::Rc", note = "use `std::sync::Arc` instead of `std::rc::Rc`"), message = "`{Self}` cannot be sent between threads safely", label = "`{Self}` cannot be sent between threads safely", - note = "consider using `std::sync::Arc<{Self}>`; for more information visit \ + note = "consider whether `std::sync::Arc<{Self}>` could be incorporated to share this value between threads; for more information visit \ " )] pub unsafe auto trait Send {