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