Update main.rs

pull/880/head
qwer252 2 days ago committed by GitHub
parent 61f4ee74cd
commit 440d7ff208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,7 +3,7 @@ fn main() {
{
let v = vec![1, 2, 3, 4];
// do stuff with v
} // <- v goes out of scope and is freed here
// 使用v
} // <- 在这里v离开作用域并被释放
// ANCHOR_END: here
}

Loading…
Cancel
Save