]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/issue-82156.rs
Rollup merge of #82234 - GuillaumeGomez:remove-query-param-on-esc, r=Nemo157
[rust.git] / src / test / ui / resolve / issue-82156.rs
1 fn main() {
2     super(); //~ ERROR failed to resolve: there are too many leading `super` keywords
3 }