60ae1590af
And remove support for the old syntax
7 lines
71 B
Rust
7 lines
71 B
Rust
// Issue #976
|
|
|
|
fn f<T: copy>(x: ~T) {
|
|
let _x2 = x;
|
|
}
|
|
fn main() { }
|