We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffaa32b commit a46e8c4Copy full SHA for a46e8c4
library/core/src/marker.rs
@@ -79,7 +79,7 @@ macro marker_impls {
79
on(_Self = "std::rc::Rc<T, A>", note = "use `std::sync::Arc` instead of `std::rc::Rc`"),
80
message = "`{Self}` cannot be sent between threads safely",
81
label = "`{Self}` cannot be sent between threads safely",
82
- 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 \
83
<https://doc.rust-lang.org/book/ch16-03-shared-state.html>"
84
)]
85
pub unsafe auto trait Send {
0 commit comments