不能解决,也就是编译器(静态)、runtime(动态)不负责解决这个问题
Preventing memory leaks entirely is not one of Rust’s guarantees, meaning memory leaks are memory safe in Rust.
https://doc.rust-lang.org/book/ch15-06-reference-cycles.html
https://doc.rust-lang.org/nomicon/leaking.html
【 在 RunningOn 的大作中提到: 】
: 能解决啊,除非在unsafe代码中
:
--
FROM 60.12.138.*