rust/src/test/ui/missing_non_modrs_mod/foo_inline.rs
2018-11-14 18:55:41 -08:00

5 lines
100 B
Rust

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