Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
9748d87dc70a9a6725c5dbd76ce29d04752b4f90
/
.
/
tests
/
rustdoc
/
inline_cross
/
auxiliary
/
assoc-const-equality.rs
blob: 6a25dcea62e2e8267f62a17fc2dc5c9c7243fcc8 [
file
] [
log
] [
blame
]
#![
feature
(
associated_const_equality
)]
pub
fn
accept
(
_
:
impl
Trait
<
K
=
0
>)
{}
pub
trait
Trait
{
const
K
:
i32
;
}