This compiles, though it probably should not: ``` Rust use ::self::foo::bar; mod foo { pub fn bar() {} } fn main() {} ```