rust/tests/ui/missing_non_modrs_mod/foo_inline.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
101 B
Rust
Raw Normal View History

2018-10-16 01:43:57 +00:00
//@ ignore-test this is just a helper for the real test in this dir
mod inline {
mod missing;
}