Sign in
fuchsia
/
third_party
/
rust
/
9ffe161ce8a016fa98b6a6d6b269691cb3a44c46
/
.
/
tests
/
rustdoc-ui
/
intra-doc
/
issue-108653-associated-items-5.rs
blob: bc28bc5442181c0a47a386aca23304b2e6e82df4 [
file
] [
log
] [
blame
]
#![
deny
(
rustdoc
::
broken_intra_doc_links
)]
#![
allow
(
nonstandard_style
)]
/// [`u32::MAX`]
//~^ ERROR both an associated constant and a trait
pub
mod
u32
{
pub
trait
MAX
{}
}