]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_error_codes/src/error_codes/E0581.md
New upstream version 1.60.0+dfsg1
[rustc.git] / compiler / rustc_error_codes / src / error_codes / E0581.md
index 89f6e3269ec36856a83a5cd23a72d39e0950ce33..02468dd946646eb25e0d31001076fe138118836a 100644 (file)
@@ -10,7 +10,7 @@ fn main() {
 }
 ```
 
-The problem here is that the lifetime isn't contrained by any of the arguments,
+The problem here is that the lifetime isn't constrained by any of the arguments,
 making it impossible to determine how long it's supposed to live.
 
 To fix this issue, either use the lifetime in the arguments, or use the