rust/tests/ui/super-at-top-level.rs

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

5 lines
83 B
Rust
Raw Normal View History

use super::f; //~ ERROR there are too many leading `super` keywords
fn main() {
}