]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc/link-title-escape.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / 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;'