Fallout in testing.

This commit is contained in:
Nick Cameron 2015-03-16 09:00:41 +13:00
parent 170ccd615f
commit 432011d143
10 changed files with 29 additions and 30 deletions

View file

@ -10,6 +10,6 @@
pub use foo as bar;
mod foo {
pub mod foo {
pub fn frob() {}
}