1
Fork 0

librustc: Fix merge fallout and test cases.

This commit is contained in:
Patrick Walton 2013-06-25 18:25:27 -07:00 committed by Corey Richardson
parent e015bee286
commit bb830558d1
26 changed files with 743 additions and 46 deletions

View file

@ -10,6 +10,6 @@
struct Foo;
fn foo(_x: ~Foo:Owned) { } //~ ERROR kind bounds can only be used on trait types
fn foo(_x: ~Foo:Send) { } //~ ERROR kind bounds can only be used on trait types
fn main() { }