summaryrefslogtreecommitdiffstats
path: root/src/test/ui/missing_non_modrs_mod/foo_inline.rs
blob: df60629eca161bc697430e9e3837e4ded9667c4f (plain)
1
2
3
4
5
// ignore-test this is just a helper for the real test in this dir

mod inline {
    mod missing;
}