We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46c7b9 commit df7effdCopy full SHA for df7effd
src/scope/borrow.md
@@ -45,7 +45,7 @@ fn main() {
45
// `_ref_to_i32` goes out of scope and is no longer borrowed.
46
}
47
48
- // `boxed_i32` can now give up ownership to `eat_box` and be destroyed
+ // `boxed_i32` can now give up ownership to `eat_box_32` and be destroyed
49
eat_box_i32(boxed_i32);
50
51
```
0 commit comments