]> git.lizzy.rs Git - rust.git/blob - src/test/ui/missing_non_modrs_mod/foo_inline.rs
Rollup merge of #100112 - RalfJung:assert_send_and_sync, r=m-ou-se
[rust.git] / src / test / ui / missing_non_modrs_mod / foo_inline.rs
1 // ignore-test this is just a helper for the real test in this dir
2
3 mod inline {
4     mod missing;
5 }