auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brson

review? @brson
Issue #4524
This commit is contained in:
bors 2013-02-14 15:37:48 -08:00
commit 3c07d037cd
6 changed files with 10 additions and 10 deletions

View file

@ -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();

View file

@ -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();