rust/tests/ui/modules/super-at-crate-root.rs
2025-07-13 00:03:31 +05:00

5 lines
83 B
Rust

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