Skip to content

Commit 67c2049

Browse files
committed
I always find myself adding these anchors (or some variant thereof)
while I'm drafting an RFC. Lets put them into the template so that people will get them by default. (Hopefully we don't need an RFC to decide whether to change the RFC template in this manner.)
1 parent b8da6c7 commit 67c2049

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

0000-template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,33 @@
44
- Rust Issue: (leave this empty)
55

66
# Summary
7+
[summary]: #summary
78

89
One para explanation of the feature.
910

1011
# Motivation
12+
[motivation]: #motivation
1113

1214
Why are we doing this? What use cases does it support? What is the expected outcome?
1315

1416
# Detailed design
17+
[design]: #detailed-design
1518

1619
This is the bulk of the RFC. Explain the design in enough detail for somebody familiar
1720
with the language to understand, and for somebody familiar with the compiler to implement.
1821
This should get into specifics and corner-cases, and include examples of how the feature is used.
1922

2023
# Drawbacks
24+
[drawbacks]: #drawbacks
2125

2226
Why should we *not* do this?
2327

2428
# Alternatives
29+
[alternatives]: #alternatives
2530

2631
What other designs have been considered? What is the impact of not doing this?
2732

2833
# Unresolved questions
34+
[unresolved]: #unresolved-questions
2935

3036
What parts of the design are still TBD?

0 commit comments

Comments
 (0)