2019-01-06 09:33:05 -06:00
|
|
|
struct S;
|
2018-10-20 16:38:23 -05:00
|
|
|
|
|
|
|
impl S {
|
2020-02-22 21:49:26 -06:00
|
|
|
pub //~ ERROR visibility `pub` not followed by an item
|
2020-02-22 01:16:39 -06:00
|
|
|
} //~ ERROR non-item in item list
|
2018-03-12 15:21:43 -05:00
|
|
|
|
|
|
|
fn main() {}
|