fc6b7c8b38
Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit.
6 lines
70 B
Rust
6 lines
70 B
Rust
|
|
|
|
fn leaky<T>(t: T) { }
|
|
|
|
fn main() { let x = @10; leaky::<@int>(x); }
|