From 066831382d00703b267bdf252da737b15ad4a29c Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 19 Jan 2023 11:55:01 -0800 Subject: [PATCH] Mention that Share was renamed to Sync Might make this easier to read for people encountering the RFC now. --- text/0019-opt-in-builtin-traits.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/text/0019-opt-in-builtin-traits.md b/text/0019-opt-in-builtin-traits.md index 1c25fc14..e28f961c 100644 --- a/text/0019-opt-in-builtin-traits.md +++ b/text/0019-opt-in-builtin-traits.md @@ -2,6 +2,9 @@ - RFC PR #: [rust-lang/rfcs#19](https://github.com/rust-lang/rfcs/pull/19), [rust-lang/rfcs#127](https://github.com/rust-lang/rfcs/pull/127) - Rust Issue #: [rust-lang/rust#13231](https://github.com/rust-lang/rust/issues/13231) +**Note:** The `Share` trait described in this RFC was later +[renamed to `Sync`](0123-share-to-threadsafe.md). + # Summary The high-level idea is to add language features that simultaneously