Closed
Description
Code in question: #77838 (comment)
Expected behaviour: some error pointing to this line, perhaps "no item named cosnt-link
in ..."
Instead, nothing happens.
If the link label does not contain a hyphen (-
), the expected error is reported.
//! Some broken [ref][link] //~ ERROR no item named
//! One more [broken][another-link] //~ ERROR no item named << this does not report an error currently
/// Some broken [ref][link] //~ ERROR no item named
/// One more [broken][another-link] //~ ERROR no item named << this does not report an error currently
mod something {}