Skip to content

Commit 7bff9d6

Browse files
authored
Unrolled build for rust-lang#136871
Rollup merge of rust-lang#136871 - madsmtm:link-to-lang-procedures, r=scottmcm dev-guide: Link to `t-lang` procedures for new features I was confused in rust-lang#136867, because while I did remember that such a procedure existed, but I couldn't seem to find it in the dev guide.
2 parents ced8e65 + 7972aa2 commit 7bff9d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/rustc-dev-guide/src/implementing_new_features.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ smoothly.
99
**NOTE: this section is for *language* features, not *library* features,
1010
which use [a different process].**
1111

12+
See also [the Rust Language Design Team's procedures][lang-propose] for
13+
proposing changes to the language.
14+
1215
[a different process]: ./stability.md
16+
[lang-propose]: https://lang-team.rust-lang.org/how_to/propose.html
1317

1418
## The @rfcbot FCP process
1519

0 commit comments

Comments
 (0)