Sign in
◑
Theme
rust
/
rust
/
21b4ef650f016cc2ddcfa29c9ad2bd8f2d4e359d
/
.
/
tests
/
ui
/
modules
/
missing_non_modrs_mod_inline.rs
blob: f652519c765898db47a01faaa1613bd57e5ea80c [
file
]
//! Tests the error reporting when a declared module file is missing.
mod
missing_mod_inline
;
fn
main
()
{}
//~? ERROR file not found for module `missing`