rust/tests/ui/modules/missing_non_modrs_mod.rs
2025-11-28 21:40:59 +09:00

5 lines
148 B
Rust

//! Tests the error reporting when a declared module file is missing.
mod missing_mod;
fn main() {}
//~? ERROR file not found for module `missing`