about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMads Marquart <mads@marquart.dk>2025-02-11 15:47:29 +0100
committerMads Marquart <mads@marquart.dk>2025-02-11 15:49:04 +0100
commit7972aa2394583e3aa4cfe4d7c6eab05c3be56e94 (patch)
treefcb7b03e35ac3c25d4ec02e09b1afa7303755fff /src
parent69482e8e5a5fa1441615b015ac2f59178d944696 (diff)
downloadrust-7972aa2394583e3aa4cfe4d7c6eab05c3be56e94.tar.gz
rust-7972aa2394583e3aa4cfe4d7c6eab05c3be56e94.zip
dev-guide: Link to t-lang procedures for new features
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustc-dev-guide/src/implementing_new_features.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/implementing_new_features.md b/src/doc/rustc-dev-guide/src/implementing_new_features.md
index d87afeaedce..5b67ccd7f4c 100644
--- a/src/doc/rustc-dev-guide/src/implementing_new_features.md
+++ b/src/doc/rustc-dev-guide/src/implementing_new_features.md
@@ -9,7 +9,11 @@ smoothly.
 **NOTE: this section is for *language* features, not *library* features,
 which use [a different process].**
 
+See also [the Rust Language Design Team's procedures][lang-propose] for
+proposing changes to the language.
+
 [a different process]: ./stability.md
+[lang-propose]: https://lang-team.rust-lang.org/how_to/propose.html
 
 ## The @rfcbot FCP process