Sign in
◑
Theme
rust
/
rust
/
9b64d52d7856bc9ceb2dab1a8fd2e2bbb7ef0fb4
/
.
/
tests
/
ui
/
modules
/
missing_non_modrs_mod.rs
blob: 1ed3318ed5c91256e1ee5b1ab62c1fb0258434d6 [
file
]
//! Tests the error reporting when a declared module file is missing.
mod
missing_mod
;
fn
main
()
{}
//~? ERROR file not found for module `missing`