rust/tests/ui/missing_non_modrs_mod/foo_inline.rs
2024-02-16 20:02:50 +00:00

6 lines
101 B
Rust

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