completed test part
This commit is contained in:
@@ -8,7 +8,7 @@ struct Book<'a> {
|
||||
|
||||
// Will the strings pointed to by book still be valid?
|
||||
fn main() {
|
||||
let book = Book {
|
||||
// let book = Book {
|
||||
author: "George Orwell",
|
||||
title: "1984",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user