Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
src
/
test
/
ui
/
const-generics
/
unused-const-param.rs
blob: c7f74cfac7d64446cf4e3ab67d19c506937cf81f [
file
] [
log
] [
blame
]
// check-pass
struct
A
<
const
N
:
usize
>;
// ok
fn
main
()
{}