Skip to content

Commit c693b59

Browse files
Make sure to update
1 parent bc3832c commit c693b59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

posts/inside-rust/2024-09-23-rtn-call-for-testing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ These restrictions are described in further detail in [RFC 3654].
8787

8888
## How do I help?
8989

90-
We'd love for you to test out this new feature!
90+
We'd love for you to test out this feature on the latest Rust nightly compiler[^nightly].
91+
92+
[^nightly]: Make sure to run `rustup update nightly` or however manage your Rust releases, since the feature is very new and is still unstable!
9193

9294
Specifically, we'd like for you to identify traits where you're unnecessarily restricting your trait definitions with `+ Send` or similar bounds:
9395

0 commit comments

Comments
 (0)