rust/src/test/ui/super-at-top-level.rs

5 lines
75 B
Rust
Raw Normal View History

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