Sign in
third-party-mirror
/
cbindgen
/
refs/heads/main
/
.
/
cbindgen-0.27.0
/
tests
/
rust
/
associated_constant_panic.rs
blob: ff0c8ecda8edb188f6149fed1b0539fd2b39b39e [
file
] [
log
] [
blame
] [
edit
]
pub
trait
F
{
const
B
:
u8
;
}
impl
F
for
u16
{
const
B
:
u8
=
3
;
}