Files
rust/tests/ui/modules/missing_non_modrs_mod_inline.rs

6 lines
155 B
Rust

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