For the following snippet ```rust /// Hey extern "C" { /// Ho pub fn test(); } ``` `test` is documented with `Ho` but `Hey` is nowhere to be found. It probably makes sense to error/warn if doc comments are used on extern blocks