2019-01-06 18:33:05 +03:00
|
|
|
struct S {
|
2013-10-03 11:53:46 +02:00
|
|
|
let foo: (),
|
2014-08-29 09:18:05 +02:00
|
|
|
//~^ ERROR expected identifier, found keyword `let`
|
2014-08-23 12:41:32 +02:00
|
|
|
//~^^ ERROR expected `:`, found `foo`
|
2013-02-14 11:47:00 -08:00
|
|
|
}
|
2019-01-06 18:33:05 +03:00
|
|
|
|
|
|
|
|
fn main() {}
|