Skip to content

Commit 1fea0c8

Browse files
committed
Merge remote-tracking branch 'nikomatsakis/clarify-lint'
2 parents e767f33 + cc1282c commit 1fea0c8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

compiler_changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ submitted later if there is scope for large changes to the language RFC.
2121

2222
## Changes which need an RFC
2323

24+
* New lints (these fall under the lang team)
2425
* Large refactorings or redesigns of the compiler
2526
* Changing the API presented to syntax extensions or other compiler plugins in
2627
non-trivial ways

lang_changes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# RFC policy - language design
22

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.
46

57
Language RFCs are managed by the language sub-team, and tagged `T-lang`. The
68
language sub-team will do an initial triage of new PRs within a week of

0 commit comments

Comments
 (0)