File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ submitted later if there is scope for large changes to the language RFC.
21
21
22
22
## Changes which need an RFC
23
23
24
+ * New lints (these fall under the lang team)
24
25
* Large refactorings or redesigns of the compiler
25
26
* Changing the API presented to syntax extensions or other compiler plugins in
26
27
non-trivial ways
Original file line number Diff line number Diff line change 1
1
# RFC policy - language design
2
2
3
- Pretty much every change to the language needs an RFC.
3
+ Pretty much every change to the language needs an RFC. Note that new
4
+ lints (or major changes to an existing lint) are considered changes to
5
+ the language.
4
6
5
7
Language RFCs are managed by the language sub-team, and tagged ` T-lang ` . The
6
8
language sub-team will do an initial triage of new PRs within a week of
You can’t perform that action at this time.
0 commit comments