summary refs log tree commit diff
path: root/tests/ui/missing_non_modrs_mod/foo_inline.rs
blob: 9d46e9bdd0c36d1c295e56c20fb408367ad2a40c (plain)
1
2
3
4
5
//@ ignore-test this is just a helper for the real test in this dir

mod inline {
    mod missing;
}