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