about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/messages.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_borrowck/messages.ftl')
-rw-r--r--compiler/rustc_borrowck/messages.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_borrowck/messages.ftl b/compiler/rustc_borrowck/messages.ftl
index 33b80c4b03d..f59e106c7ac 100644
--- a/compiler/rustc_borrowck/messages.ftl
+++ b/compiler/rustc_borrowck/messages.ftl
@@ -90,7 +90,7 @@ borrowck_lifetime_constraints_error =
     lifetime may not live long enough
 
 borrowck_limitations_implies_static =
-    due to current limitations in the borrow checker, this implies a `'static` lifetime
+    due to a current limitation of the type system, this implies a `'static` lifetime
 
 borrowck_move_closure_suggestion =
     consider adding 'move' keyword before the nested closure