rpass: Remove usage of fmt!
This commit is contained in:
parent
86e613c632
commit
630082ca89
308 changed files with 838 additions and 828 deletions
|
@ -17,7 +17,7 @@
|
|||
struct R { i: int }
|
||||
|
||||
fn test_rec() {
|
||||
let rs = match true { true => R {i: 100}, _ => fail!() };
|
||||
let rs = match true { true => R {i: 100}, _ => fail2!() };
|
||||
assert_eq!(rs.i, 100);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue