Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
intra-doc
/
issue-108653-associated-items-6.rs
blob: 8fde74d0ddb47ea326251c30ec50b2d6e6f5c69e [
file
] [
log
] [
blame
] [
edit
]
#![
deny
(
rustdoc
::
broken_intra_doc_links
)]
#![
allow
(
nonstandard_style
)]
/// [`u32::MAX`]
//~^ ERROR both an associated constant and a primitive type
pub
mod
u32
{
pub
use
std
::
primitive
::
u32
as
MAX
;
}