Update compiler_changes.md

Co-authored-by: Michael Goulet <michael@errs.io>
This commit is contained in:
Nilstrieb 2023-12-30 16:05:13 +01:00 committed by GitHub
parent 4ed89aa5e9
commit 4ef16c9c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ not RFCs. It is therefore likely that you should file an MCP instead of an RFC f
* Bug fixes, improved error messages, etc.
* Minor refactoring/tidying up
* Large refactorings or redesigns of the compiler (needs an [MCP])
* Large internal refactorings or redesigns of the compiler (needs an [MCP])
* Implementing language features which have an accepted RFC.
* New lints (these fall under the lang team). Lints are best first tried out in clippy
and then uplifted later.