5 lines
155 B
Rust
5 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`
|