rm ancient error for lowercase kinds

3 of these kinds no longer even exist in the CamelCase form
This commit is contained in:
Daniel Micay 2013-07-31 17:23:22 -04:00
parent e07e49ea8f
commit 4bad515854
3 changed files with 3 additions and 44 deletions

View file

@ -8,18 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
fn f1<T:copy>() -> T { }
//~^ ERROR obsolete syntax: lower-case kind bounds
fn f1<T:send>() -> T { }
//~^ ERROR obsolete syntax: lower-case kind bounds
fn f1<T:const>() -> T { }
//~^ ERROR obsolete syntax: lower-case kind bounds
fn f1<T:owned>() -> T { }
//~^ ERROR obsolete syntax: lower-case kind bounds
struct s {
let foo: (),
//~^ ERROR obsolete syntax: `let` in field declaration