From 4ef16c9c9de276553b077d77fec3ea5d32682437 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Sat, 30 Dec 2023 16:05:13 +0100 Subject: [PATCH] Update compiler_changes.md Co-authored-by: Michael Goulet --- compiler_changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler_changes.md b/compiler_changes.md index 4823976bdaf..20878d86ccb 100644 --- a/compiler_changes.md +++ b/compiler_changes.md @@ -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.