]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/link-title-escape.rs
Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomez
[rust.git] / tests / rustdoc / link-title-escape.rs
1 #![allow(rustdoc::broken_intra_doc_links)]
2
3 #![crate_name = "foo"]
4
5 //! hello [foo]
6 //!
7 //! [foo]: url 'title & <stuff> & "things"'
8
9 // @hasraw 'foo/index.html' 'title &amp; &lt;stuff&gt; &amp; &quot;things&quot;'