check-fast fallout from removing export, r=burningtree
This commit is contained in:
@@ -19,6 +19,6 @@ mod mod_dir_simple {
|
||||
pub mod load_another_mod;
|
||||
}
|
||||
|
||||
fn main() {
|
||||
pub fn main() {
|
||||
assert mod_dir_simple::load_another_mod::test::foo() == 10;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user