blob: ca83d5e2281a72f72ed3febccc1457ac374a4b94 [file] [log] [blame]
// ignore-tidy-linelength
#![deny(intra_doc_resolution_failure)]
pub mod char {}
/// See also [type@char]
// @has intra_link_prim_precedence/struct.MyString.html '//a/@href' 'https://doc.rust-lang.org/nightly/std/primitive.char.html'
pub struct MyString;
/// See also [char]
// @has intra_link_prim_precedence/struct.MyString2.html '//a/@href' 'intra_link_prim_precedence/char/index.html'
pub struct MyString2;