2021-11-26 17:03:16 -06:00
|
|
|
#![deny(rustdoc::broken_intra_doc_links)]
|
2020-11-28 19:25:41 -06:00
|
|
|
|
|
|
|
pub mod char {
|
|
|
|
/// [char]
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has prim_precedence/char/struct.Inner.html '//a/@href' '{{channel}}/std/primitive.char.html'
|
2020-11-28 19:25:41 -06:00
|
|
|
pub struct Inner;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// See [prim@char]
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has prim_precedence/struct.MyString.html '//a/@href' '{{channel}}/std/primitive.char.html'
|
2020-11-28 19:25:41 -06:00
|
|
|
pub struct MyString;
|
|
|
|
|
|
|
|
/// See also [crate::char] and [mod@char]
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has prim_precedence/struct.MyString2.html '//*[@href="char/index.html"]' 'crate::char'
|
|
|
|
//@ has - '//*[@href="char/index.html"]' 'char'
|
2020-11-28 19:25:41 -06:00
|
|
|
pub struct MyString2;
|