summary refs log tree commit diff
path: root/src/test/ui/parser/issue-41155.rs
blob: 3c24d2b447de4ab73ba1e6051496e8cbdd0a0c43 (plain)
1
2
3
4
5
6
7
struct S;

impl S {
    pub
} //~ ERROR expected one of

fn main() {}