]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-41155.rs
Auto merge of #57035 - Zoxc:query-pref9, r=michaelwoerister
[rust.git] / src / test / ui / parser / issue-41155.rs
1 // compile-flags: -Z parse-only
2
3 impl S {
4     pub
5 } //~ ERROR expected one of
6
7 fn main() {}