Update the compiler to not use printf/printfln
This commit is contained in:
@@ -12,5 +12,5 @@ struct Foo(int, int);
|
||||
|
||||
pub fn main() {
|
||||
let x = Foo(1, 2);
|
||||
printfln!(x);
|
||||
println!("{:?}", x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user