auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brson
review? @brson Issue #4524
This commit is contained in:
commit
3c07d037cd
6 changed files with 10 additions and 10 deletions
|
|
@ -18,7 +18,7 @@ struct Bar {
|
|||
int2: int,
|
||||
}
|
||||
|
||||
fn make_foo() -> ~Foo { die!() }
|
||||
fn make_foo() -> ~Foo { fail!() }
|
||||
|
||||
fn borrow_same_field_twice_mut_mut() {
|
||||
let mut foo = make_foo();
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ struct Bar {
|
|||
int2: int,
|
||||
}
|
||||
|
||||
fn make_foo() -> Foo { die!() }
|
||||
fn make_foo() -> Foo { fail!() }
|
||||
|
||||
fn borrow_same_field_twice_mut_mut() {
|
||||
let mut foo = make_foo();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue