Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
const-generics
/
unused-const-param.rs
blob: 41f7cec63c15735656ccc16754d3ddc83edd7c6a [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
struct
A
<
const
N
:
usize
>;
// ok
fn
main
()
{}