Skip to content

Commit c8649ed

Browse files
committed
update forward links
1 parent 5cff9ff commit c8649ed

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

text/3873-build-std-context.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ and later RFCs will reference this one.** This RFC is part of the
2727
- [Background][background]
2828
- [History][history]
2929
- [Motivation][motivation]
30-
2. `build-std="always"` ([rfcs#XXXX])
31-
- [Proposal][rfcs#XXXX-proposal]
32-
- [Rationale and alternatives][rfcs#XXXX-rationale-and-alternatives]
33-
- [Unresolved questions][rfcs#XXXX-unresolved-questions]
34-
- [Future possibilities][rfcs#XXXX-future-possibilities]
35-
- [Summary of proposed changes][rfcs#XXXX-summary]
36-
3. Explicit standard library dependencies ([rfcs#XXXX])
37-
- [Proposal][rfcs#XXXX-proposal]
38-
- [Rationale and alternatives][rfcs#XXXX-rationale-and-alternatives]
39-
- [Unresolved questions][rfcs#XXXX-unresolved-questions]
40-
- [Future possibilities][rfcs#XXXX-future-possibilities]
30+
2. `build-std="always"` ([rfcs#3874])
31+
- [Proposal][rfcs#3874-proposal]
32+
- [Rationale and alternatives][rfcs#3874-rationale-and-alternatives]
33+
- [Unresolved questions][rfcs#3874-unresolved-questions]
34+
- [Future possibilities][rfcs#3874-future-possibilities]
35+
- [Summary of proposed changes][rfcs#3874-summary]
36+
3. Explicit standard library dependencies ([rfcs#3875])
37+
- [Proposal][rfcs#3875-proposal]
38+
- [Rationale and alternatives][rfcs#3875-rationale-and-alternatives]
39+
- [Unresolved questions][rfcs#3875-unresolved-questions]
40+
- [Future possibilities][rfcs#3875-future-possibilities]
4141
4. `build-std="compatible"` (RFC not opened yet)
4242
5. `build-std="match-profile"` (RFC not opened yet)
4343

@@ -1101,6 +1101,18 @@ standard library.
11011101

11021102
[build-std project goal]: https://rust-lang.github.io/rust-project-goals/2025h2/build-std.html
11031103

1104+
[rfcs#3874]: https://github.com/rust-lang/rfcs/pull/3874
1105+
[rfcs#3874-proposal]: https://github.com/davidtwco/rfcs/blob/build-std-part-two-always/text/3874-build-std-always.md#proposal
1106+
[rfcs#3874-rationale-and-alternatives]: https://github.com/davidtwco/rfcs/blob/build-std-part-two-always/text/3874-build-std-always.md#rationale-and-alternatives
1107+
[rfcs#3874-unresolved-questions]: https://github.com/davidtwco/rfcs/blob/build-std-part-two-always/text/3874-build-std-always.md#unresolved-questions
1108+
[rfcs#3874-future-possibilities]: https://github.com/davidtwco/rfcs/blob/build-std-part-two-always/text/3874-build-std-always.md#future-possibilities
1109+
[rfcs#3874-summary]: https://github.com/davidtwco/rfcs/blob/build-std-part-two-always/text/3874-build-std-always.md#summary-of-proposed-changes
1110+
[rfcs#3875]: https://github.com/rust-lang/rfcs/pull/3875
1111+
[rfcs#3875-proposal]: https://github.com/davidtwco/rfcs/blob/build-std-part-three-explicit-dependencies/text/3875-build-std-explicit-dependencies.md#proposal
1112+
[rfcs#3875-rationale-and-alternatives]: https://github.com/davidtwco/rfcs/blob/build-std-part-three-explicit-dependencies/text/3875-build-std-explicit-dependencies.md#rationale-and-alternatives
1113+
[rfcs#3875-unresolved-questions]: https://github.com/davidtwco/rfcs/blob/build-std-part-three-explicit-dependencies/text/3875-build-std-explicit-dependencies.md#unresolved-questions
1114+
[rfcs#3875-future-possibilities]: https://github.com/davidtwco/rfcs/blob/build-std-part-three-explicit-dependencies/text/3875-build-std-explicit-dependencies.md#future-possibilities
1115+
11041116
[davidtwco]: https://github.com/davidtwco
11051117
[adamgemmell]: https://github.com/adamgemmell
11061118
[amanieu]: https://github.com/Amanieu

0 commit comments

Comments
 (0)