Update dropck.md

pull/464/head
nomicon-kr 9 months ago committed by GitHub
parent 6c25d43e12
commit 89698e7c62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,8 @@
# Drop Check # 해제 검사
We have seen how lifetimes provide us some fairly simple rules for ensuring 우리는 수명이 간단한 규칙으로 우리가 달랑거리는 레퍼런스를 절대 읽지 않도록 보장하는 것을 봤습니다. 하지만 이 동안 우리는
that we never read dangling references. However up to this point we have only ever
However up to this point we have only ever
interacted with the _outlives_ relationship in an inclusive manner. That is, interacted with the _outlives_ relationship in an inclusive manner. That is,
when we talked about `'a: 'b`, it was ok for `'a` to live _exactly_ as long as when we talked about `'a: 'b`, it was ok for `'a` to live _exactly_ as long as
`'b`. At first glance, this seems to be a meaningless distinction. Nothing ever `'b`. At first glance, this seems to be a meaningless distinction. Nothing ever

Loading…
Cancel
Save