2016-11-01 11:57:23 -05:00
|
|
|
// compile-flags: -Z parse-only -Z continue-parse-after-error
|
2015-02-09 13:01:45 -06:00
|
|
|
|
2013-10-03 04:53:46 -05:00
|
|
|
struct s {
|
|
|
|
let foo: (),
|
2014-08-29 02:18:05 -05:00
|
|
|
//~^ ERROR expected identifier, found keyword `let`
|
2014-08-23 05:41:32 -05:00
|
|
|
//~^^ ERROR expected `:`, found `foo`
|
2013-02-14 13:47:00 -06:00
|
|
|
}
|