diff --git a/src/rusti/wrapper.rs b/src/rusti/wrapper.rs index 6562d60ecfd..1e98aa81369 100644 --- a/src/rusti/wrapper.rs +++ b/src/rusti/wrapper.rs @@ -14,6 +14,6 @@ extern mod std; -fn print(+result: T) { +fn print(result: T) { io::println(fmt!("%?", result)); }