#![deny(rustdoc::invalid_html_tags)] //!

💩

//~^ ERROR unclosed HTML tag `p` //~^^ ERROR unclosed HTML tag `p` /// /// /// //~^ ERROR unclosed HTML tag `unknown` /// < ok /// /// pub fn d() {} // Unclosed tags shouldn't warn if they are nested inside a /// pub fn e() {} // Closing tags need to have ">" at the end, otherwise it's not a closing tag! ///

///
/// /// /// pub fn g() {} /// pub fn h() {} ///