rm ancient error for lowercase kinds
3 of these kinds no longer even exist in the CamelCase form
This commit is contained in:
parent
e07e49ea8f
commit
4bad515854
3 changed files with 3 additions and 44 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue