rust/tests/ui/resolve/issue-82156.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
100 B
Rust
Raw Normal View History

fn main() {
super(); //~ ERROR failed to resolve: there are too many leading `super` keywords
}