rust/tests/ui/missing_non_modrs_mod/foo_inline.rs

6 lines
101 B
Rust

//@ ignore-test this is just a helper for the real test in this dir
mod inline {
mod missing;
}