cfdf193c46
Closes #1067
7 lines
65 B
Rust
7 lines
65 B
Rust
// Issue #976
|
|
|
|
fn f<T>(x: ~T) {
|
|
let _x2 = x;
|
|
}
|
|
fn main() { }
|