Skip to content

Commit 39612f9

Browse files
authored
Link from "implementing to new features" to mcp.md (#1465)
1 parent b21b0bb commit 39612f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/implementing_new_features.md

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ get by with only an r+. For example, it is OK to add or modify
2828
unstable command-line flags or attributes without an FCP for
2929
compiler development or standard library use, as long as you don't
3030
expect them to be in wide use in the nightly ecosystem.
31+
Some teams have lighter weight processes that they use in scenarios
32+
like this; for example, the compiler team recommends
33+
filing a Major Change Proposal ([MCP][mcp]) as a lightweight way to
34+
garner support and feedback without requiring full consensus.
35+
36+
[mcp]: compiler/mcp.md#public-facing-changes-require-rfcbot-fcp
3137

3238
You don't need to have the implementation fully ready for r+ to propose an FCP,
3339
but it is generally a good idea to have at least a proof

0 commit comments

Comments
 (0)