rust/tests/ui/missing_non_modrs_mod/foo_inline.rs
2023-01-11 09:32:08 +00:00

6 lines
100 B
Rust

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