Skip to content

Commit d6c3c9d

Browse files
committed
clarify
1 parent 853151c commit d6c3c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-compiler-major-change-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The rough intuition is "something that would require updates to the [rustc-dev-g
9898

9999
* Something that alters the architecture of some part(s) of the compiler, since this is what the rustc-dev-guide aims to document.
100100
* A simple change that affects a lot of people, such as altering the names of very common types or changing coding conventions.
101-
* Adding a compiler flag or other public facing changes, which should be documented (ultimately) in the rustc book. This is only appropriate for "minor" tweaks, however, and not major things that may impact a lot of users. Also, public facing changes will require a full FCP before landing on stable.
101+
* Adding a compiler flag or other public facing changes, which should be documented (ultimately) in the rustc book. This is only appropriate for "minor" tweaks, however, and not major things that may impact a lot of users. (Also, public facing changes will require a full FCP before landing on stable, but an MCP can be a good way to propose the idea.)
102102

103103
Note that, in some cases, the change may be deemed **too big** and a full FCP or RFC may be required to move forward. This could occur with significant public facing change or with sufficiently large changes to the architecture. The compiler team leads can make this call.
104104

0 commit comments

Comments
 (0)