]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/issue-82156.rs
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[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 }