Skip to content

Commit

Permalink
Link from "implementing to new features" to mcp.md (rust-lang#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix authored Sep 15, 2022
1 parent cf7c209 commit 00db68b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/implementing_new_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ get by with only an r+. For example, it is OK to add or modify
unstable command-line flags or attributes without an FCP for
compiler development or standard library use, as long as you don't
expect them to be in wide use in the nightly ecosystem.
Some teams have lighter weight processes that they use in scenarios
like this; for example, the compiler team recommends
filing a Major Change Proposal ([MCP][mcp]) as a lightweight way to
garner support and feedback without requiring full consensus.

[mcp]: compiler/mcp.md#public-facing-changes-require-rfcbot-fcp

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

0 comments on commit 00db68b

Please sign in to comment.