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