2021-11-26 15:03:16 -08:00
|
|
|
#![allow(rustdoc::broken_intra_doc_links)]
|
|
|
|
|
|
2018-01-29 16:44:35 +00:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
|
|
|
|
//! hello [foo]
|
|
|
|
|
//!
|
|
|
|
|
//! [foo]: url 'title & <stuff> & "things"'
|
|
|
|
|
|
|
|
|
|
// @has 'foo/index.html' 'title & <stuff> & "things"'
|