You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0000-template.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,3 +72,24 @@ Please also take into consideration that rust sometimes intentionally diverges f
72
72
- What parts of the design do you expect to resolve through the RFC process before this gets merged?
73
73
- What parts of the design do you expect to resolve through the implementation of this feature before stabilization?
74
74
- What related issues do you consider out of scope for this RFC that could be addressed in the future independently of the solution that comes out of this RFC?
75
+
76
+
# Future possibilities
77
+
[future-possibilities]: #future-possibilities
78
+
79
+
Think about what the natural extension and evolution of your proposal would
80
+
be and how it would affect the language and project as a whole in a holistic
81
+
way. Try to use this section as a tool to more fully consider all possible
82
+
interactions with the project and language in your proposal.
83
+
Also consider how the this all fits into the roadmap for the project
84
+
and of the relevant sub-team.
85
+
86
+
This is also a good place to "dump ideas", if they are out of scope for the
87
+
RFC you are writing but otherwise related.
88
+
89
+
If you have tried and cannot think of any future possibilities,
90
+
you may simply state that you cannot think of anything.
91
+
92
+
Note that having something written down in the future-possibilities section
93
+
is not a reason to accept the current or a future RFC; such notes should be
94
+
in the section on motivation or rationale in this or subsequent RFCs.
95
+
The section merely provides additional information.
0 commit comments