If I run cargo doc on the below code, it never finishes. ```rust ///<a fn main() { println!("Hello, world!"); } ``` I expected to see it finish. Problem does not exist on stable