index
:
rust-cbindgen
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
rust
/
associated_constant_panic.rs
blob: ff0c8ecda8edb188f6149fed1b0539fd2b39b39e (
plain
)
1
2
3
4
5
6
7
pub
trait
F
{
const
B
:
u8
;
}
impl
F
for
u16
{
const
B
:
u8
=
3
;
}