RustMagazine/rust_magazine_2021

学习园地 | 图解 Rust 所有权与生命周期 - Rust精选

utterances-bot opened this issue · 3 comments

学习园地 | 图解 Rust 所有权与生命周期 - Rust精选

The roots aren't deep but the seeds are planted!

https://rustmagazine.github.io/rust_magazine_2021/chapter_1/rust_ownership.html

提醒一下错误:
第八章第一个范例里面 「 //println!("callafterclosure:{}",point.x);//编译错误:所有权已经丢失」的point.x应该为 v.x。
第九章第四个范例里面,注释里的v0应该为v。

这篇绝对是我见过最高水平的rust文章之一!

2.所有权与生命周期期望解决的问题 最下方的 表格排版有误,所有文字都在问题列,而方案列为空