index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
const-generics
/
unused-const-param.rs
blob: c7f74cfac7d64446cf4e3ab67d19c506937cf81f (
plain
)
1
2
3
4
5
// check-pass
struct
A
<
const
N
:
usize
>
;
// ok
fn
main
()
{}