summary refs log tree commit diff
path: root/src/test/run-pass/trait-mix.rc
blob: 818f41de262f7e1ec726a2e11faa89731bb4553c (plain)
1
2
3
4
5
6
7
8
mod trait_mix {
    #[legacy_exports];
    #[path = "trait-mix.rs"]
    #[legacy_exports]
    mod trait_mix;
    #[legacy_exports]
    mod u_trait_mix;
}