mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
rusti: Correct by-copy flag
This commit is contained in:
parent
1d55a5778b
commit
15880b3564
@ -14,6 +14,6 @@
|
|||||||
|
|
||||||
extern mod std;
|
extern mod std;
|
||||||
|
|
||||||
fn print<T>(+result: T) {
|
fn print<T>(result: T) {
|
||||||
io::println(fmt!("%?", result));
|
io::println(fmt!("%?", result));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user