Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
auxiliary
/
issue-36031.rs
blob: da688139e3462302d80f671a1cffe78af6c84d73 [
file
] [
log
] [
blame
] [
edit
]
pub
trait
Foo
{
const
FOO
:
usize
;
}
pub
struct
Bar
;
impl
Bar
{
pub
const
BAR
:
usize
=
3
;
}