Add [Advanced Lifetime] chapter

This commit is contained in:
sunface
2022-03-30 17:08:16 +08:00
parent addb6c6a80
commit 5f716caf6c
4 changed files with 411 additions and 4 deletions

View File

@@ -270,7 +270,7 @@ fn main()
let no_copy = NoCopyType {};
let example = Example { a: &1, b: &no_copy };
fix_me(&example);
print!("Success!")
println!("Success!")
}
```